feat(layouts): 添加侧边栏/头部的反转模式来增加对比度

This commit is contained in:
元家怿
2022-04-27 16:39:20 +08:00
parent 20347b7d65
commit 3c8dd772f8
15 changed files with 56 additions and 13 deletions

View File

@ -59,6 +59,7 @@
"fixedHeaderAndTab": true,
"showReload": true,
"header": {
"inverted": false,
"height": 56,
"crumb": {
"visible": true,
@ -82,6 +83,7 @@
"isCache": true
},
"sider": {
"inverted": false,
"width": 220,
"collapsedWidth": 64,
"mixWidth": 80,

View File

@ -52,6 +52,7 @@ const defaultThemeSetting: Theme.Setting = {
fixedHeaderAndTab: true,
showReload: true,
header: {
inverted: false,
height: 56,
crumb: {
visible: true,
@ -69,6 +70,7 @@ const defaultThemeSetting: Theme.Setting = {
isCache: true
},
sider: {
inverted: false,
width: 220,
collapsedWidth: 64,
mixWidth: 80,