From 6d6ee82379956aad23c54f27fb1ba020facd47fe Mon Sep 17 00:00:00 2001 From: ClariS <1457715339@qq.com> Date: Tue, 5 Sep 2023 09:45:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A6=E4=BE=A7=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E5=8F=96=E6=B6=88=E5=9B=BA=E5=AE=9A?= =?UTF-8?q?=20header=20=E5=AF=BC=E8=87=B4=20header=20=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E9=98=B4=E5=BD=B1=E4=B8=A2=E5=A4=B1=20(#129)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/LeftMode.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/LeftMode.vue b/src/layouts/LeftMode.vue index d92daf9..db63931 100644 --- a/src/layouts/LeftMode.vue +++ b/src/layouts/LeftMode.vue @@ -87,7 +87,7 @@ $transition-time: 0.35s; } .fixed-header { - position: fixed; + position: fixed !important; top: 0; right: 0; z-index: 9; @@ -96,6 +96,8 @@ $transition-time: 0.35s; } .layout-header { + position: relative; + z-index: 9; box-shadow: var(--el-box-shadow-lighter); }