mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 添加多页签风格:按钮和浏览器两种风格
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import type { ThemeSettings } from '../interface';
|
||||
import { EnumAnimate } from '../enum';
|
||||
import { EnumAnimate, EnumMultiTabMode } from '../enum';
|
||||
|
||||
const themeColorList = [
|
||||
'#409EFF',
|
||||
@ -48,9 +48,14 @@ const themeSettings: ThemeSettings = {
|
||||
bgColor: '#fff'
|
||||
},
|
||||
multiTabStyle: {
|
||||
height: 44,
|
||||
height: 48,
|
||||
visible: true,
|
||||
bgColor: '#fff'
|
||||
bgColor: '#fff',
|
||||
mode: 'browser',
|
||||
modeList: [
|
||||
{ value: 'button', label: EnumMultiTabMode.button },
|
||||
{ value: 'browser', label: EnumMultiTabMode.browser }
|
||||
]
|
||||
},
|
||||
crumbsStyle: {
|
||||
visible: true,
|
||||
|
Reference in New Issue
Block a user