mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): chrome Tab重构完成
This commit is contained in:
@ -57,10 +57,10 @@ const themeSettings: ThemeSettings = {
|
||||
height: 44,
|
||||
visible: true,
|
||||
bgColor: '#fff',
|
||||
mode: 'button',
|
||||
mode: 'chrome',
|
||||
modeList: [
|
||||
{ value: 'button', label: EnumMultiTabMode.button },
|
||||
{ value: 'browser', label: EnumMultiTabMode.browser }
|
||||
{ value: 'chrome', label: EnumMultiTabMode.chrome }
|
||||
]
|
||||
},
|
||||
crumbsStyle: {
|
||||
|
Reference in New Issue
Block a user