test(游戏王活动): 苹果端测试弹窗关闭按钮
This commit is contained in:
parent
2d3a8dabd0
commit
dd97b7ecf8
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user