mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): new layout,tab and add update theme settings
This commit is contained in:
@ -23,6 +23,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"scrollMode": "content",
|
||||
"scrollModeList": [
|
||||
{
|
||||
"value": "wrapper",
|
||||
"label": "外层滚动"
|
||||
},
|
||||
{
|
||||
"value": "content",
|
||||
"label": "主体滚动"
|
||||
}
|
||||
],
|
||||
"themeColor": "#1890ff",
|
||||
"themeColorList": [
|
||||
"#1890ff",
|
||||
|
@ -1,5 +1,6 @@
|
||||
import {
|
||||
themeLayoutModeOptions,
|
||||
themeScrollModeOptions,
|
||||
themeTabModeOptions,
|
||||
themeHorizontalMenuPositionOptions,
|
||||
themeAnimateModeOptions
|
||||
@ -41,6 +42,8 @@ const defaultThemeSetting: Theme.Setting = {
|
||||
mode: 'vertical',
|
||||
modeList: themeLayoutModeOptions
|
||||
},
|
||||
scrollMode: 'content',
|
||||
scrollModeList: themeScrollModeOptions,
|
||||
themeColor: themeColorList[0],
|
||||
themeColorList,
|
||||
otherColor: {
|
||||
|
Reference in New Issue
Block a user