feat(projects): 添加multiTab标签页

This commit is contained in:
Soybean
2021-09-17 08:31:49 +08:00
parent 789855a378
commit eec0b36f59
14 changed files with 130 additions and 37 deletions

View File

@ -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;