From 845c91b469ac8438aae97faf957d765aba932321 Mon Sep 17 00:00:00 2001 From: lostelk Date: Fri, 21 Feb 2025 14:43:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8D=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E6=B7=B7=E5=90=88=E6=A8=A1=E5=BC=8F=E4=B8=8B?= =?UTF-8?q?=E7=9A=84hamburger=E7=BB=84=E4=BB=B6=E9=A1=B6=E9=83=A8=E9=98=B4?= =?UTF-8?q?=E5=BD=B1=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layout/index.vue b/src/layout/index.vue index 52c1376e..e955f55e 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -235,6 +235,7 @@ function handleToggleSidebar() { width: 100%; height: 50px; line-height: 50px; + box-shadow: 0 0 6px -2px var(--el-color-primary); } }