mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加multiTab标签页
This commit is contained in:
@ -45,11 +45,10 @@ const themeSettings: ThemeSettings = {
|
||||
},
|
||||
headerStyle: {
|
||||
height: 64,
|
||||
bgColor: '#fff',
|
||||
fixed: true,
|
||||
showReload: true
|
||||
bgColor: '#fff'
|
||||
},
|
||||
multiTabStyle: {
|
||||
height: 48,
|
||||
visible: true,
|
||||
bgColor: '#fff'
|
||||
},
|
||||
@ -68,7 +67,9 @@ const themeSettings: ThemeSettings = {
|
||||
{ value: 'fade-bottom', label: EnumAnimate['fade-bottom'] },
|
||||
{ value: 'fade-scale', label: EnumAnimate['fade-scale'] }
|
||||
]
|
||||
}
|
||||
},
|
||||
fixedHeaderAndTab: true,
|
||||
showReload: true
|
||||
};
|
||||
|
||||
export default themeSettings;
|
||||
|
Reference in New Issue
Block a user