This commit is contained in:
A1300399510
2023-08-03 16:11:11 +08:00
parent 56fa9e96d1
commit 588e877a37
5 changed files with 7 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<template>
<el-popover placement="bottom" :width="674" trigger="click" popper-style="padding:0;border-radius: 10px;">
<el-popover placement="bottom-end" :teleported="false" :width="674" trigger="click" popper-style="padding:0;border-radius: 10px;right: 0;">
<template #reference>
<div class="btn" @click="transmit"></div>
</template>
@@ -23,9 +23,6 @@
</div>
</div>
</div>
<!-- <img v-if="user.identity == 1" style="width: 360px;"
src="@/assets/img/publicImage/mediation-authentication-code.svg">
<img v-else style="width: 360px;" src="@/assets/img/publicImage/housing-certification-code.svg"> -->
</el-popover>
</template>