|
@ -30,14 +30,26 @@ const Header = (props) => { |
|
|
}} |
|
|
}} |
|
|
header={{ |
|
|
header={{ |
|
|
logo: ( |
|
|
logo: ( |
|
|
|
|
|
<div style={{display:'flex',alignItems: 'center'}}> |
|
|
|
|
|
<div> |
|
|
<img |
|
|
<img |
|
|
src="/assets/images/background/logo.png" |
|
|
src="/assets/images/background/logo.png" |
|
|
style={{ display: "inline-block", width: 280, height: 40 }} |
|
|
style={{ display: "inline-block", width: 24, height: 24 }} |
|
|
/> |
|
|
/> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div> |
|
|
|
|
|
<div style={{ fontSize: 18, fontFamily: "YouSheBiaoTiHei", color: '#FFFFFF',letterSpacing: 3 }}>运维管理系统</div> |
|
|
|
|
|
<div style={{ fontSize: 8, fontFamily: "YouSheBiaoTiHei", color: '#FFFFFF' }}>RUNNING MANAGEMENT SYSTEM</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
// <img |
|
|
|
|
|
// src="/assets/images/background/logo.png" |
|
|
|
|
|
// style={{ display: "inline-block", width: 280, height: 40 }} |
|
|
|
|
|
// /> |
|
|
), |
|
|
), |
|
|
text: ( |
|
|
// text: ( |
|
|
<div style={{ fontFamily: "YouSheBiaoTiHei", color: '#FFFFFF' }}>运维管理系统</div> |
|
|
// <div style={{ fontFamily: "YouSheBiaoTiHei", color: '#FFFFFF' }}>运维管理系统</div> |
|
|
), |
|
|
// ), |
|
|
}} |
|
|
}} |
|
|
footer={ |
|
|
footer={ |
|
|
<> |
|
|
<> |
|
|