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