style
This commit is contained in:
@@ -13,7 +13,7 @@ export const AppLayout: FC = () => {
|
|||||||
const [menuTheme] = useState<MenuTheme>('light');
|
const [menuTheme] = useState<MenuTheme>('light');
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Layout style={{ height: '100%' }}>
|
<Layout style={{ height: '100%', minWidth: '960px' }}>
|
||||||
<Header style={{ background: colorBgContainer }}>
|
<Header style={{ background: colorBgContainer }}>
|
||||||
<h2 style={{ fontWeight: 'bold' }}>网络设备管理平台</h2>
|
<h2 style={{ fontWeight: 'bold' }}>网络设备管理平台</h2>
|
||||||
</Header>
|
</Header>
|
||||||
|
|||||||
Reference in New Issue
Block a user