部门详情

This commit is contained in:
liweijin
2018-11-29 18:08:54 +08:00
parent a1ffdb02c8
commit d5c42bebba
17 changed files with 306 additions and 57 deletions
@@ -0,0 +1,21 @@
@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;
}
}
.tree-box{
overflow-y:scroll;
}
}
}