From 1a585d8469c02176af9af0d4ee73986ddaaf5ca0 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 16 Jan 2026 21:08:01 +0800 Subject: [PATCH] Autowired --- src/assets/styles/sidebar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/styles/sidebar.scss b/src/assets/styles/sidebar.scss index 862e343..f0a94d0 100644 --- a/src/assets/styles/sidebar.scss +++ b/src/assets/styles/sidebar.scss @@ -15,7 +15,7 @@ -webkit-transition: width .28s ease-in-out; transition: width 0.28s ease-in-out, box-shadow 0.3s ease; width: $base-sidebar-width !important; - background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); + background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%); height: 100vh; position: fixed; top: 0; @@ -375,7 +375,7 @@ // 弹出菜单样式优化 .el-menu--popup { - background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important; + background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important; border-radius: 12px !important; box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2) !important; backdrop-filter: blur(10px);