This commit is contained in:
liuye
2024-04-19 10:36:23 +08:00
parent 051dd2b0e6
commit cfd2a95c2c

View File

@@ -21,6 +21,7 @@
<div class="tab-content" v-if="tabIndex == 1"> <div class="tab-content" v-if="tabIndex == 1">
<div class="title">座位表</div> <div class="title">座位表</div>
<img src="./img/seat-img.jpg" alt="" class="seat-img" @click="previewImage"> <img src="./img/seat-img.jpg" alt="" class="seat-img" @click="previewImage">
<p class="tips">温馨提示若查看座位表图片比较模糊可先保存图片到手机相册再进行查看</p>
</div> </div>
</div> </div>
</div> </div>
@@ -117,6 +118,12 @@ uni-page-body{
margin-top: 20px; margin-top: 20px;
} }
.tips {
color: #999;
font-size: 12px;
margin-top: 32px;
}
} }
.tab { .tab {
position: fixed; position: fixed;