From fecaba040b95c655ff0ff54769750f5d5de1879b Mon Sep 17 00:00:00 2001 From: caoxiaozhu Date: Sat, 11 Jul 2026 14:50:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=8A=A0=E6=B7=B1=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E6=BF=80=E6=B4=BB=E9=A1=B9=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sidebar-active-bg 由 #f1f5f9 调整为 #e2e8f0,提升激活菜单项的视觉对比度。 --- frontend/src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 7ad1238..3f5fe9a 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -32,7 +32,7 @@ --success-color: var(--el-color-success); --sidebar-bg: #f9fafb; /* Light Gray */ --sidebar-text: #606266; /* Regular Text */ - --sidebar-active-bg: #f1f5f9; /* Active Item Bg */ + --sidebar-active-bg: #e2e8f0; /* Active Item Bg */ --sidebar-active-text: #303133; /* Darker Text for Active */ --card-shadow: 0 4px 24px rgba(0, 0, 0, 0.04); --header-height: 60px;