Browse Source

user,用户中心

dev
wenlele 2 years ago
parent
commit
1b0fe3eb9f
  1. 4
      web/client/src/sections/control/containers/userCenter.jsx

4
web/client/src/sections/control/containers/userCenter.jsx

@ -16,10 +16,10 @@ const UserCenter = (props) => {
<div style={{ margin: '4px 0px 14px', display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}> <div style={{ margin: '4px 0px 14px', display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}>
<div style={{ display: 'flex', alignItems: 'center' }}> <div style={{ display: 'flex', alignItems: 'center' }}>
<div style={{ color: '#4A4A4A', fontSize: 14 }}> <div style={{ color: '#4A4A4A', fontSize: 14 }}>
HI欢迎回来行业服务部 HI欢迎回来{user?.department[0]?.name}
</div> </div>
<div style={{ fontFamily: 'YouSheBiaoTiHei', fontSize: 20, color: '#005ABD', marginLeft: 4 }}> <div style={{ fontFamily: 'YouSheBiaoTiHei', fontSize: 20, color: '#005ABD', marginLeft: 4 }}>
刘昊然 {user?.name}
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save