29 lines
454 B
SCSS
29 lines
454 B
SCSS
@import "../../main.scss";
|
|
.system-main-container{
|
|
.org-manage{
|
|
.main-content{
|
|
overflow-y:scroll;
|
|
.operation-box{
|
|
border-bottom: 1px solid #e8e8e8;
|
|
padding-bottom: 20px;
|
|
button{
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
.org-detail-logo{
|
|
width: 40px;
|
|
}
|
|
.form-modify{
|
|
margin-top: 20px;
|
|
}
|
|
.user-table{
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
.tree-box{
|
|
overflow-y:scroll;
|
|
}
|
|
}
|
|
} |