Commit 855979dc by zhaochengxiang

bug fix

parent 20ee33c2
...@@ -10,7 +10,19 @@ ...@@ -10,7 +10,19 @@
overflow: hidden; overflow: hidden;
} }
.tree-toggle-wrap { .right {
flex: 1;
overflow: hidden;
}
}
.data-model-collapse {
.left {
width: 0 !important;
}
}
.tree-toggle-wrap {
position: relative; position: relative;
width: 15px; width: 15px;
height: 100%; height: 100%;
...@@ -24,7 +36,7 @@ ...@@ -24,7 +36,7 @@
right: 0; right: 0;
background: #f2f5fc; background: #f2f5fc;
position: absolute; position: absolute;
top: calc(50% - 40px); top: 50%;
width: 12px; width: 12px;
height: 80px; height: 80px;
border-radius: 0 12px 12px 0; border-radius: 0 12px 12px 0;
...@@ -32,16 +44,4 @@ ...@@ -32,16 +44,4 @@
transform: translateY(-50%); transform: translateY(-50%);
cursor: pointer; cursor: pointer;
} }
}
.right {
flex: 1;
overflow: hidden;
}
}
.data-model-collapse {
.left {
width: 0 !important;
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment