|
|
@ -22,7 +22,7 @@ const Header = (props) => { |
|
|
|
} |
|
|
|
}} |
|
|
|
style={{ |
|
|
|
height: 60, |
|
|
|
height: 48, |
|
|
|
minWidth: 520, |
|
|
|
background: '#1D2343', |
|
|
|
backgroundSize: "100% 100%", |
|
|
@ -32,10 +32,12 @@ const Header = (props) => { |
|
|
|
logo: ( |
|
|
|
<img |
|
|
|
src="/assets/images/background/logo.png" |
|
|
|
style={{ display: "inline-block", width: 280, height: 52 }} |
|
|
|
style={{ display: "inline-block", width: 280, height: 40 }} |
|
|
|
/> |
|
|
|
), |
|
|
|
text: "", |
|
|
|
// text: ( |
|
|
|
// <div style={{fontFamily: "icomoon",color:'#FFFFFF'}}>运维管理系统</div> |
|
|
|
// ), |
|
|
|
}} |
|
|
|
footer={ |
|
|
|
<> |
|
|
@ -70,18 +72,6 @@ const Header = (props) => { |
|
|
|
color: "white", |
|
|
|
}} |
|
|
|
> |
|
|
|
<img |
|
|
|
src="/assets/images/background/notice.png" |
|
|
|
style={{ |
|
|
|
display: "inline-block", |
|
|
|
width: 18, |
|
|
|
height: 18, |
|
|
|
position: "relative", |
|
|
|
top: 6, |
|
|
|
left: -10, |
|
|
|
}} |
|
|
|
/> |
|
|
|
|
|
|
|
<Avatar size="small" color="light-blue" style={{marginRight:4}}> |
|
|
|
<img src="/assets/images/avatar/6.png" /> |
|
|
|
</Avatar> |
|
|
@ -91,8 +81,6 @@ const Header = (props) => { |
|
|
|
left: 4, |
|
|
|
marginRight: 4, |
|
|
|
}}> |
|
|
|
<div>你好!</div> |
|
|
|
<div>{user && user.displayName}</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
} |
|
|
|