修改转发
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user