This commit is contained in:
2025-08-06 14:52:37 +08:00
parent b493d8ffbb
commit 1575571c51

View File

@@ -13,7 +13,7 @@ export const AppLayout: FC = () => {
const [menuTheme] = useState<MenuTheme>('light');
return (
<Layout style={{ height: '100%' }}>
<Layout style={{ height: '100%', minWidth: '960px' }}>
<Header style={{ background: colorBgContainer }}>
<h2 style={{ fontWeight: 'bold' }}></h2>
</Header>