feat: 添加导航栏组件,优化路由持久化逻辑,更新存储工具类

This commit is contained in:
雨霖铃
2026-02-07 13:17:32 +08:00
parent a94ae7421e
commit 38b7d16c31
6 changed files with 197 additions and 80 deletions
+1 -1
View File
@@ -5,6 +5,7 @@ body {
padding: 0;
width: 100%;
height: 100%;
scrollbar-gutter: stable;
}
/* 隐藏body滚动条但允许滚动 */
@@ -254,7 +255,6 @@ body {
.nav-list {
gap: 12px;
flex-wrap: nowrap;
overflow: hidden;
}
/* 当菜单展开时,允许换行并显示所有可见项 */