|
@@ -28,7 +28,7 @@ $normal-font: 14px;
|
|
|
display: flex;
|
|
|
|
|
|
.main-left {
|
|
|
- width: 400px;
|
|
|
+ width: 300px;
|
|
|
min-width: 300px;
|
|
|
background: #fff;
|
|
|
margin-right: 20px;
|
|
@@ -46,6 +46,8 @@ $normal-font: 14px;
|
|
|
border: 1px solid #ececec;
|
|
|
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
|
|
|
margin-bottom: 20px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
.search-cont {
|
|
|
padding: 0 20px;
|
|
@@ -78,6 +80,7 @@ $normal-font: 14px;
|
|
|
}
|
|
|
.target_tree {
|
|
|
color: #333;
|
|
|
+ overflow: hidden;
|
|
|
.custom-tree-node {
|
|
|
display: flex !important;
|
|
|
justify-content: space-between;
|