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>
<div class="pos-r">
<div class="pos-r" style="z-index: 1;">
<div class="authentication-top"
:class="[pageType==2?'intermediary-top':'']"
v-if="data['data'] && data['data'].info && (data['data'].info.verified === 1||data['data'].isintermediary)">
@@ -41,7 +41,7 @@
</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="dis-f al-item jus-bet title-box">
<div class="dis-f al-item jus-bet title-box" style="position: relative;">
<div class="detail-title">
{{ data['data']['info'] && data['data']['info'].subject }}
</div>
@@ -56,7 +56,7 @@
<div class="line">
</div>
<div class="btn-s dis-f al-item jus-x" style="position: relative;">
<div class="btn-s dis-f al-item jus-x">
<img src="../../assets/img/detail/forward.png" class="img" alt="">
<span class="mg-l-5">
转发

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>