Files
airport-chengdu-web/src/app/pages/system-management/user-management/user-management.component.scss
T

22 lines
259 B
SCSS
Raw Normal View History

2018-11-29 18:08:54 +08:00
@import "../../main.scss";
.system-main-container{
2018-12-17 17:54:22 +08:00
padding-top: 10px;
2018-11-29 18:08:54 +08:00
.user-manage{
.system-main-content{
overflow-y:scroll;
}
.card{
}
.tree-box{
overflow-y:scroll;
}
}
}
2018-11-20 18:29:13 +08:00
.user-detail{
.detail-item-text{
color: #1890ff;
}
2018-11-29 18:08:54 +08:00
}