style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user