Commit 122aeff1 authored by 陈前坚's avatar 陈前坚

perf: UserManage

parent fb805444
This diff is collapsed.
.userManageContainer{ .userManageContainer{
.ant-tree-treenode{ .ant-tree-treenode{
width: 100%; width: 100% !important;
.ant-tree-node-content-wrapper.ant-tree-node-content-wrapper-normal{ .ant-tree-node-content-wrapper{
display: inline-block; display: inline-block;
width: 100%; width: 100%;
} }
.iconWraper1{ .iconWraper1{
float: right; float: right;
span{ span{
...@@ -13,6 +14,13 @@ ...@@ -13,6 +14,13 @@
} }
} }
.freeze{
color:gray;
}
.freezeGray{
color:#1890FF;
}
.ant-tree-treenode:hover{ .ant-tree-treenode:hover{
.iconWraper1>span{ .iconWraper1>span{
margin-left: 12px; margin-left: 12px;
...@@ -28,7 +36,7 @@ ...@@ -28,7 +36,7 @@
height: calc(100vh - 194px); height: calc(100vh - 194px);
float: left; float: left;
padding: 10px; padding: 10px;
min-width: 330px; min-width: 300px;
background: white; background: white;
.ant-tree{ .ant-tree{
padding-top: 6px; padding-top: 6px;
......
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