fix(游戏王打榜): 修复点击背景会导致弹窗出来的问题
This commit is contained in:
parent
05dc19c399
commit
1638266d93
@ -15,7 +15,6 @@
|
|||||||
:src="imageUrl('bg2')"
|
:src="imageUrl('bg2')"
|
||||||
alt=""
|
alt=""
|
||||||
style="display: block; width: 100%; position: absolute; inset: 80vw 0 0; z-index: 0"
|
style="display: block; width: 100%; position: absolute; inset: 80vw 0 0; z-index: 0"
|
||||||
@click="maskLayerShow = true"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="bg">
|
<div class="bg">
|
||||||
@ -24,7 +23,6 @@
|
|||||||
:src="imageUrl('bg')"
|
:src="imageUrl('bg')"
|
||||||
alt=""
|
alt=""
|
||||||
style="display: block; width: 100%; position: absolute; z-index: 0"
|
style="display: block; width: 100%; position: absolute; z-index: 0"
|
||||||
@click="maskLayerShow = true"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- 状态栏占位区域(仅在APP中显示) -->
|
<!-- 状态栏占位区域(仅在APP中显示) -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user