2018-11-29 18:08:54 +08:00
|
|
|
@import "../../main.scss";
|
|
|
|
|
.system-main-container{
|
|
|
|
|
.user-manage{
|
|
|
|
|
.system-main-content{
|
2019-02-25 16:55:46 +08:00
|
|
|
overflow-y:auto;
|
2018-11-29 18:08:54 +08:00
|
|
|
}
|
|
|
|
|
.tree-box{
|
2019-02-25 16:55:46 +08:00
|
|
|
overflow-y:auto;
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
/deep/ .ant-form-item{
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
2018-11-29 18:08:54 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-20 18:29:13 +08:00
|
|
|
.user-detail{
|
|
|
|
|
.detail-item-text{
|
|
|
|
|
color: #1890ff;
|
2018-12-25 14:39:55 +08:00
|
|
|
line-height: 40px;
|
2018-11-20 18:29:13 +08:00
|
|
|
}
|
2018-11-29 18:08:54 +08:00
|
|
|
}
|