mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-13 13:23:42 +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",
|
||||
|
Reference in New Issue
Block a user