2018-12-10 18:31:18 +08:00
|
|
|
@import "../../main.scss";
|
|
|
|
|
.system-main-container{
|
2018-12-17 17:54:22 +08:00
|
|
|
padding-top: 10px;
|
2018-12-19 18:01:10 +08:00
|
|
|
padding-bottom: 0;
|
|
|
|
|
overflow-y:auto;
|
2018-12-10 18:31:18 +08:00
|
|
|
.user-manage{
|
|
|
|
|
.system-main-content{
|
2018-12-19 18:01:10 +08:00
|
|
|
|
2018-12-10 18:31:18 +08:00
|
|
|
}
|
|
|
|
|
.card{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.tree-box{
|
|
|
|
|
overflow-y:scroll;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-detail{
|
|
|
|
|
.detail-item-text{
|
|
|
|
|
color: #1890ff;
|
|
|
|
|
}
|
|
|
|
|
}
|