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

21 lines
240 B
SCSS
Raw Normal View History

2018-12-13 17:56:42 +08:00
@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;
}
}