Commit 855979dc by zhaochengxiang

bug fix

parent 20ee33c2
...@@ -10,30 +10,6 @@ ...@@ -10,30 +10,6 @@
overflow: hidden; overflow: hidden;
} }
.tree-toggle-wrap {
position: relative;
width: 15px;
height: 100%;
background: #f0f2f5;
.tree-toggle {
display: flex;
justify-content: center;
align-items: center;
left: 0;
right: 0;
background: #f2f5fc;
position: absolute;
top: calc(50% - 40px);
width: 12px;
height: 80px;
border-radius: 0 12px 12px 0;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
}
}
.right { .right {
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
...@@ -44,4 +20,28 @@ ...@@ -44,4 +20,28 @@
.left { .left {
width: 0 !important; width: 0 !important;
} }
}
.tree-toggle-wrap {
position: relative;
width: 15px;
height: 100%;
background: #f0f2f5;
.tree-toggle {
display: flex;
justify-content: center;
align-items: center;
left: 0;
right: 0;
background: #f2f5fc;
position: absolute;
top: 50%;
width: 12px;
height: 80px;
border-radius: 0 12px 12px 0;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
}
} }
\ 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