feat(projects): 新增主题配置:页面功能

This commit is contained in:
Soybean
2021-09-07 11:57:35 +08:00
parent f002124ee1
commit 8601ce2ea1
18 changed files with 331 additions and 328 deletions

View File

@ -35,12 +35,6 @@ const themeSettings: ThemeSettings = {
mode: 'vertical',
theme: 'light'
},
headerStyle: {
height: 64,
bgColor: '#fff',
fixed: true,
showReload: true
},
menuStyle: {
collapsed: false,
width: 200,
@ -48,10 +42,15 @@ const themeSettings: ThemeSettings = {
fixed: true,
splitMenu: false
},
headerStyle: {
height: 64,
bgColor: '#fff',
fixed: true,
showReload: true
},
multiTabStyle: {
visible: true,
bgColor: '#fff',
fixed: true
bgColor: '#fff'
},
crumbsStyle: {
visible: true,