From 7bac32fd48d60afcd22846c24d207d950ed05e9b Mon Sep 17 00:00:00 2001 From: ywk <317226901@qq.com> Date: Wed, 9 Apr 2025 19:15:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(navBar):=20=E5=90=8E=E9=80=80=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8Fz-index=E6=95=B0=E5=80=BC=E8=BF=87=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/backIcon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/backIcon.vue b/components/backIcon.vue index 4296f54..3370241 100644 --- a/components/backIcon.vue +++ b/components/backIcon.vue @@ -55,7 +55,7 @@ export default { .navBar { position: fixed; margin: 14rpx 24rpx; - z-index: 1000000000; + z-index: 500; width: 28px; height: 28px; background: rgba(255, 255, 255, 0.7);