部门详情
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
.orange{
|
||||
color: orange;
|
||||
}
|
||||
|
||||
.left{
|
||||
float: left;
|
||||
}
|
||||
.right{
|
||||
float: right;
|
||||
}
|
||||
.system-main-container {
|
||||
position: relative;
|
||||
padding: 20px 20px;
|
||||
@@ -16,13 +21,11 @@
|
||||
height: 100%;
|
||||
min-height: 300px;
|
||||
background-color: #f0f0f0;
|
||||
overflow-y: scroll;
|
||||
.system-main-content{
|
||||
height: 100%;
|
||||
min-height: 600px;
|
||||
.search-box{
|
||||
|
||||
}
|
||||
}
|
||||
.table-box{
|
||||
|
||||
}
|
||||
@@ -39,8 +42,7 @@
|
||||
.tree-box{
|
||||
position: relative;
|
||||
min-width: 300px;
|
||||
min-height: 600px;
|
||||
margin-right: 10px;
|
||||
margin-right: 20px;
|
||||
float: left;
|
||||
padding: 20px;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user