From e53f54b37db6c98a8c033bb71fd0a05fb796f3d4 Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Mon, 4 Aug 2025 11:43:29 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=B1=82=E7=BA=A7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/Basic.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Basic.vue b/src/layouts/Basic.vue index f39dfec..5b8aafb 100644 --- a/src/layouts/Basic.vue +++ b/src/layouts/Basic.vue @@ -115,7 +115,7 @@ $layout-max-width: 1100px; position: fixed; top: 0; left: 0; - z-index: 9999; + z-index: 1000; width: 100%; height: $nav-size-height; }