fix: 调整默认布局mix,修复底部宽度100%

This commit is contained in:
TsMask
2024-11-04 11:19:25 +08:00
parent 544c3697bd
commit a731a6408b
2 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ const proRender = (render: any) => (render === false ? false : undefined);
const proConfigLocal: LayoutStore['proConfig'] = localGetJSON(
CACHE_LOCAL_PROCONFIG
) || {
layout: 'side',
layout: 'mix',
theme: 'light',
menuTheme: 'light',
fixSiderbar: true,