|
|
@ -38,14 +38,15 @@ const Header = props => { |
|
|
|
</span> |
|
|
|
<div className={styles['header-title']} style={{}}> |
|
|
|
{/* <img src='/assets/images/logo.png' style={{ margin: '0 12px 4px 12px', height: 42, borderRadius: 4 }} /> */} |
|
|
|
运维巡检平台 |
|
|
|
<div className={styles['title-cn']}>运维巡检平台</div> |
|
|
|
<div className={styles['title-en']}>RUNNING MANAGEMENT SYSTEM</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="nav" className={styles['header-nav']}> |
|
|
|
<Menu |
|
|
|
mode='horizontal' |
|
|
|
selectedKeys={[current]} |
|
|
|
style={{ border: 0, background: '#1890ff' }} |
|
|
|
style={{ border: 0, background: '#0B1930' }} |
|
|
|
onClick={handelClick} |
|
|
|
theme={'light'} |
|
|
|
items={[{ |
|
|
|