feat: 首页架构

This commit is contained in:
MTrun
2021-12-18 16:36:43 +08:00
parent 44667a89f0
commit 90e45f6c23
31 changed files with 548 additions and 62 deletions
+7 -1
View File
@@ -38,7 +38,7 @@ export const appThemeList: string[] = [
]
export const theme = {
//深色主题
// 默认是否开启深色主题
darkTheme: true,
//系统主题色
appTheme: '#63e2b7',
@@ -46,6 +46,12 @@ export const theme = {
appThemeList
}
// 侧边栏宽度
export const asideWidth = '240'
// 侧边栏缩小后的宽度
export const asideCollapsedWidth = '60'
// 修改边框圆角
export const borderRadius = '8px'