feat(layout): 菜单重构布局并调整样式

- 修改了 AppMain组件的最小高度和样式
- 更新了 Sidebar 组件的背景色和内边距
-调整了 Logo 组件的宽度
- 重构了 layout 目录的结构
- 优化了路由配置
This commit is contained in:
du.meimei
2025-04-22 20:39:54 +08:00
parent 5637496340
commit 57300be56f
12 changed files with 460 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
import layout from '@/views/app/layout/index.vue'
import layout from '@/views/app/layout/layout.vue'
import redirect from '@/views/app/redirect/index.vue'
export default [
@@ -135,7 +135,7 @@ export default [
}
}
]
},
}
]
},
{