优化内容布局

pull/50/MERGE
smallbun 2023-09-16 23:40:47 +08:00
parent bffc21560a
commit 0376e112f4
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ const Settings: LayoutSettings & {
navTheme: 'light',
colorPrimary: '#1677FF',
layout: 'mix',
contentWidth: 'Fluid',
contentWidth: 'Fixed',
fixedHeader: true,
fixSiderbar: true,
splitMenus: false,

View File

@ -24,7 +24,7 @@ const Settings: ProLayoutProps & {
navTheme: 'light',
colorPrimary: '#1677FF',
layout: 'mix',
contentWidth: 'Fluid',
contentWidth: 'Fixed',
fixedHeader: true,
fixSiderbar: true,
splitMenus: false,