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

24 lines
387 B
SCSS
Raw Normal View History

2018-11-29 18:08:54 +08:00
@import "../../main.scss";
.system-main-container{
.user-manage{
.system-main-content{
overflow-y:auto;
2018-11-29 18:08:54 +08:00
}
.tree-box{
overflow-y:auto;
overflow-x: auto;
margin-right: 20px;
}
/deep/ .ant-form-item{
margin-bottom: 0;
}
2018-11-29 18:08:54 +08:00
}
}
2018-11-20 18:29:13 +08:00
.user-detail{
.detail-item-text{
color: #1890ff;
2018-12-25 14:39:55 +08:00
line-height: 40px;
2018-11-20 18:29:13 +08:00
}
2018-11-29 18:08:54 +08:00
}