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

24 lines
387 B
SCSS

@import "../../main.scss";
.system-main-container{
.user-manage{
.system-main-content{
overflow-y:auto;
}
.tree-box{
overflow-y:auto;
overflow-x: auto;
margin-right: 20px;
}
/deep/ .ant-form-item{
margin-bottom: 0;
}
}
}
.user-detail{
.detail-item-text{
color: #1890ff;
line-height: 40px;
}
}