mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-15 10:48:17 +00:00
fix: 右侧备份大纲树部分被设置器盖住
This commit is contained in:
parent
10371f7694
commit
799fa5e7d0
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user