修改转发

This commit is contained in:
A1300399510
2023-07-25 17:12:35 +08:00
parent 35ec051717
commit cb5fc462c7
3 changed files with 12 additions and 6 deletions

View File

@@ -776,7 +776,7 @@ const handleMediaBtn = (type, index) => {
margin-bottom: 20px;
justify-content: space-between;
position: sticky;
top: 20px;
top: 0px;
z-index: 1002;
.nav-box {
@@ -1419,7 +1419,7 @@ const handleMediaBtn = (type, index) => {
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.7);
z-index: 111;
z-index: 1002;
.add-customer-box {
width: 460px;

View File

@@ -37,11 +37,13 @@
</span>
</div>
<div class="line" style="margin:0 20px;"></div>
<div class="dis-f al-item">
<div class="dis-f al-item" style="position: relative;">
<img src="../assets/img/detail/forward.png" class="tool-icon" alt="">
<span>
转发
</span>
<transmit-btn v-if="housingInfo.data" :qrcode="housingInfo.data['qrcode']"
:title="housingInfo.data.info['title']"></transmit-btn>
</div>
</div>
<div class="concat-btn-box" :class="{ 'concat-btn-show': concatType }">
@@ -652,6 +654,7 @@ import mapInfo from '../components/public/viewMap.vue'
import { ElMessage } from 'element-plus'
import indexWaterfallBox from "../components/indexWaterfallBox/indexWaterfallBox.vue";
import Masonry from 'masonry-layout';
import transmitBtn from '@/components/public/transmitBtn.vue'
import store from '@/store';