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
style="min-height: 147.2vw"
:imgUrl="imageUrl(getImgName('dailyPopUpNew'))"
:contentStyle="`z-index: 0;`"
>
<!-- 关闭按钮 -->
<img
v-smart-img
:src="imageUrl('closeBt')"
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"
/>
</itemCenter>