fix(游戏王打榜): 修复点击背景会导致弹窗出来的问题

This commit is contained in:
hzj 2026-01-05 18:00:57 +08:00
parent 05dc19c399
commit 1638266d93

View File

@ -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中显示 -->