From dea9664677c869fff34637b6507c5e5a8803e5d8 Mon Sep 17 00:00:00 2001 From: sea <45450994+warmthsea@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:30:27 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=B1=82?= =?UTF-8?q?=E7=BA=A7=E5=B1=95=E7=A4=BA=20(#1169)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 2 +- src/style/sidebar.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 7baea6772..5570ecd3f 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -224,7 +224,7 @@ const LayHeader = defineComponent({ .app-mask { position: absolute; top: 0; - z-index: 999; + z-index: 2001; width: 100%; height: 100%; background: #000; diff --git a/src/style/sidebar.scss b/src/style/sidebar.scss index 34fce9569..34d05b0e4 100644 --- a/src/style/sidebar.scss +++ b/src/style/sidebar.scss @@ -571,6 +571,7 @@ } .sidebar-container { + z-index: 2001; width: $sideBarWidth; transition: transform var(--pure-transition-duration); }