Commit a5214703 authored by 陈前坚's avatar 陈前坚

perf: 收缩机构树宽度,冻结用户样式

parent f68c2cf4
Pipeline #22380 skipped with stages
......@@ -941,7 +941,9 @@ const UserManage = () => {
>
<p>
即将{+currentUser.state ? '激活' : '冻结'}用户{' '}
<span className={styles.redText}>{currentUser.loginName}</span>
<span className={styles.redText}>
{voca.stripTags(currentUser.loginName)}
</span>
,是否确认
{+currentUser.state ? '激活' : '冻结'}
</p>
......
......@@ -136,7 +136,7 @@
// transform: translateX(-230px);
left: 0px;
top: 0;
width: 20px;
width: 26px;
}
.userContainer{
height: calc(100vh - 74px) !important;
......
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