|
@@ -107,7 +107,7 @@ export const MainLayout = () => {
|
|
|
const appName = window.CONFIG?.APP_NAME || '应用Starter';
|
|
const appName = window.CONFIG?.APP_NAME || '应用Starter';
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
- <Layout style={{ minHeight: '100vh' }}>
|
|
|
|
|
|
|
+ <Layout style={{ minHeight: '100vh',minWidth:'1200px' }}>
|
|
|
<Sider
|
|
<Sider
|
|
|
trigger={null}
|
|
trigger={null}
|
|
|
collapsible
|
|
collapsible
|