From c5734f1507d680fd6bd5b002fec876c80cf413f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E6=B1=89?= <5725748+qin_and_han_dynasties@user.noreply.gitee.com> Date: Sun, 19 Apr 2026 22:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BA=86=E4=B8=80=E4=B8=8B?= =?UTF-8?q?=E6=80=AA=E7=89=A9=E6=8C=91=E6=88=98=E7=95=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Build_God_Game/src/views/MonsterListView.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Build_God_Game/src/views/MonsterListView.vue b/Build_God_Game/src/views/MonsterListView.vue index 1434a83..32568bc 100644 --- a/Build_God_Game/src/views/MonsterListView.vue +++ b/Build_God_Game/src/views/MonsterListView.vue @@ -137,6 +137,7 @@ onMounted(async () => { + @@ -159,6 +160,8 @@ onMounted(async () => { .page-container { max-width: 480px; margin: 0 auto; + position: relative; + z-index: 10; } .page-header {