test(游戏王活动): 苹果端测试弹窗关闭按钮

This commit is contained in:
hzj 2026-03-16 11:50:29 +08:00
parent 2d3a8dabd0
commit dd97b7ecf8

View File

@ -947,13 +947,21 @@
<itemCenter <itemCenter
style="min-height: 147.2vw" style="min-height: 147.2vw"
:imgUrl="imageUrl(getImgName('dailyPopUpNew'))" :imgUrl="imageUrl(getImgName('dailyPopUpNew'))"
:contentStyle="`z-index: 0;`"
> >
<!-- 关闭按钮 --> <!-- 关闭按钮 -->
<img <img
v-smart-img v-smart-img
:src="imageUrl('closeBt')" :src="imageUrl('closeBt')"
alt="" alt=""
style="display: block; position: absolute; width: 8vw; top: -1vw; right: 2vw" style="
display: block;
position: absolute;
z-index: 9;
width: 8vw;
top: 3vw;
right: 2vw;
"
@click="closedPopup" @click="closedPopup"
/> />
</itemCenter> </itemCenter>