mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(layouts): 添加侧边栏/头部的反转模式来增加对比度
This commit is contained in:
@ -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,
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user