From 0a0a3d1ff5273168ae4494972039383606766113 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sat, 1 Jul 2023 14:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20VerticalNavLayout.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/@layouts/components/VerticalNavLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@layouts/components/VerticalNavLayout.vue b/src/@layouts/components/VerticalNavLayout.vue index 9157ae78..7dad1a0b 100644 --- a/src/@layouts/components/VerticalNavLayout.vue +++ b/src/@layouts/components/VerticalNavLayout.vue @@ -203,7 +203,7 @@ export default defineComponent({ background-color: rgb(var(--v-theme-surface), 0.9); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); - z-index: 9999; + z-index: 1003; transition: padding 0.2s ease, background-color 0.18s ease; }