座位图

This commit is contained in:
liuye
2024-04-19 18:03:20 +08:00
parent ff070578d6
commit 805697dedc
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
</div>
<div class="tab-content" v-if="tabIndex == 1">
<div class="title">座位表</div>
<img src="./img/seat-img.jpg" alt="" class="seat-img" @click="previewImage">
<img src="./img/seat-img2.png" alt="" class="seat-img" @click="previewImage">
<p class="tips">温馨提示若查看座位表图片比较模糊可先保存图片到手机相册再进行查看</p>
</div>
</div>
@@ -114,7 +114,7 @@ uni-page-body{
}
.seat-img {
width: 100%;
height: 440px;
height: 560px;
margin-top: 20px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB