fix: 右侧备份大纲树部分被设置器盖住

This commit is contained in:
lihao.ylh 2021-10-13 10:18:44 +08:00
parent 10371f7694
commit 799fa5e7d0

View File

@ -2,7 +2,7 @@
height: 100%; height: 100%;
width: 100%; width: 100%;
position: relative; position: relative;
z-index: 2; z-index: 200;
background-color: white; background-color: white;
> .lc-outline-tree-container { > .lc-outline-tree-container {
@ -227,7 +227,6 @@
.tree-node-title-label { .tree-node-title-label {
flex: 1; flex: 1;
overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
display: flex; display: flex;