三级菜单UI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-01-11 12:44:57 +08:00
parent 6e1a1ba5d4
commit 55e7ea26b7
3 changed files with 6 additions and 4 deletions

View File

@@ -34,10 +34,11 @@
/* 左侧二级菜单栏 - 深色背景 */
.nav-left-sidebar {
width: 200px;
background: rgba(30, 41, 59, 0.8);
border-right: 1px solid rgba(56, 189, 248, 0.15);
flex-shrink: 0;
width: 240px;
background: rgba(30, 41, 59, 0.4);
backdrop-filter: blur(10px);
border-right: 1px solid rgba(56, 189, 248, 0.1);
overflow-y: auto;
height: 100%;
}