Commit d75661e9 by chenshu

fix:优化样式

parent a6d65e6a
......@@ -74,7 +74,7 @@ function Header(props) {
<Tooltip title={nickName}>
<div className="name">{nickName}</div>
</Tooltip>
<span className="phone">{phone || '13255067024'}</span>
<span className="phone">{phone}</span>
</div>
<span className="setting" onClick={() => toPersonalInfoPage()}>个人设置
<span className="iconfont icon">&#xe79b;</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment