头部登录人放出

This commit is contained in:
yunkexin 2024-04-24 14:56:33 +08:00
parent f186f1a127
commit 80d1e94811
2 changed files with 4 additions and 4 deletions

View File

@ -405,10 +405,10 @@ function Header(props) {
<GuideCode />
<HeaderNav />
{/* style={{"color":"#f3eded"}} */}
{/* <HeaderUser /> */}
{/* <b>
<HeaderUser />
<b>
{props.login.user.NAME}({props.login.user.CODE})
</b> */}
</b>
</div>
) : null}
</div>

View File

@ -84,7 +84,7 @@
&-icon {
font-size: 22px !important;
color: #909399 !important; //f3eded
// color: #909399 !important; //f3eded
cursor: pointer;
}