Files
airport-chengdu-web/src/app/pages/system-management/operation-logs/operation-logs.component.scss
T
2018-12-19 18:01:10 +08:00

24 lines
280 B
SCSS

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