mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 09:41:57 +00:00
fix: 右侧备份大纲树部分被设置器盖住
This commit is contained in:
parent
10371f7694
commit
799fa5e7d0
@ -2,7 +2,7 @@
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
z-index: 200;
|
||||
background-color: white;
|
||||
|
||||
> .lc-outline-tree-container {
|
||||
@ -227,7 +227,6 @@
|
||||
|
||||
.tree-node-title-label {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user