优化内容布局

pull/51/head
smallbun 2023-09-16 23:46:44 +08:00
parent a8a938eeaa
commit 1efd21543c
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: 'Fixed',
contentWidth: 'Fluid',
fixedHeader: true,
fixSiderbar: true,
splitMenus: false,

View File

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