|
@@ -64,7 +64,9 @@ const AdminLayout: React.FC<RouteComponentProps & { routes: any[] }> = ({
|
|
|
}}>
|
|
|
<div className='admin-logo'>
|
|
|
{/*<Link to='/'>{value.projectInfo.name}</Link>*/}
|
|
|
- <span>管理中心</span>
|
|
|
+ <span style={{
|
|
|
+ marginLeft: '16px'
|
|
|
+ }}>管理中心</span>
|
|
|
</div>
|
|
|
<div>
|
|
|
<HomeOutlined
|
|
@@ -90,7 +92,7 @@ const AdminLayout: React.FC<RouteComponentProps & { routes: any[] }> = ({
|
|
|
sessionStorage.clear();
|
|
|
location.href = '/login';
|
|
|
}}>
|
|
|
- <LoginOutlined></LoginOutlined> 退出
|
|
|
+ <LoginOutlined/> 退出
|
|
|
</a>
|
|
|
</Menu.Item>
|
|
|
</Menu>
|
|
@@ -112,7 +114,7 @@ const AdminLayout: React.FC<RouteComponentProps & { routes: any[] }> = ({
|
|
|
</Header>
|
|
|
<Layout className='site-layout'>
|
|
|
<Sider style={{
|
|
|
- backgroundImage: `url(${BlueBackground})`
|
|
|
+ background: `url(${BlueBackground}) no-repeat -100px`
|
|
|
}} collapsible className='admin-sider'>
|
|
|
<Menu
|
|
|
theme='light'
|