From c1344ba25ac0ac9d9110dd3402ad0fba5cdc7b1d Mon Sep 17 00:00:00 2001 From: jingrow Date: Sun, 28 Dec 2025 20:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E9=AB=98=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E5=B7=A6=E8=BE=B9=E6=A0=8Fz-index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src2/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/src2/App.vue b/dashboard/src2/App.vue index 284b300..32e5776 100644 --- a/dashboard/src2/App.vue +++ b/dashboard/src2/App.vue @@ -262,6 +262,7 @@ provide('session', session); background: #fafafa !important; border-right: 1px solid rgba(0, 0, 0, 0.06) !important; transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; + z-index: 1000 !important; } .app-sidebar-sider .n-layout-sider-trigger { @@ -394,7 +395,7 @@ n-config-provider { top: 0; left: 0; height: 100vh !important; - z-index: 999 !important; + z-index: 1000 !important; width: 280px !important; max-width: 85vw; transform: translateX(-100%);