Autowired

This commit is contained in:
Leo
2026-01-16 21:08:01 +08:00
parent 4b3d14f699
commit 1a585d8469

View File

@@ -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);