Files
airport-chengdu-web/src/app/pages/system-management/user-management/user-management.component.scss
T
2018-11-29 18:08:54 +08:00

21 lines
239 B
SCSS

@import "../../main.scss";
.system-main-container{
.user-manage{
.system-main-content{
overflow-y:scroll;
}
.card{
}
.tree-box{
overflow-y:scroll;
}
}
}
.user-detail{
.detail-item-text{
color: #1890ff;
}
}