mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-30 13:26:05 +08:00
38 lines
698 B
JSON
38 lines
698 B
JSON
{
|
|
"name": "Compact Preset",
|
|
"desc": "Compact layout preset for small screens",
|
|
"i18nkey": "theme.appearance.preset.compact",
|
|
"version": "1.0.1",
|
|
"themeRadius": 6,
|
|
"header": {
|
|
"height": 48,
|
|
"breadcrumb": {
|
|
"visible": false
|
|
},
|
|
"multilingual": {
|
|
"visible": false
|
|
},
|
|
"globalSearch": {
|
|
"visible": false
|
|
}
|
|
},
|
|
"tab": {
|
|
"visible": true,
|
|
"cache": true,
|
|
"height": 36,
|
|
"mode": "button",
|
|
"closeTabByMiddleClick": false
|
|
},
|
|
"sider": {
|
|
"inverted": false,
|
|
"width": 180,
|
|
"collapsedWidth": 48,
|
|
"mixWidth": 80,
|
|
"mixCollapsedWidth": 48,
|
|
"mixChildMenuWidth": 180
|
|
},
|
|
"footer": {
|
|
"visible": false
|
|
}
|
|
}
|