24 lines
387 B
SCSS
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;
|
|
}
|
|
}
|