mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 22:58:15 +00:00
fix(designer): fix insertion style
This commit is contained in:
parent
9c1b2d63de
commit
82c10d2abb
@ -1,34 +1,28 @@
|
|||||||
.lc-insertion {
|
.lc-insertion {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -1.5px;
|
top: -2px;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 12;
|
z-index: 12;
|
||||||
pointer-events: none !important;
|
pointer-events: none !important;
|
||||||
background-color: white;
|
background-color: var(--color-brand-light);
|
||||||
height: 5px;
|
height: 4px;
|
||||||
border: 2px solid var(--color-brand-light);
|
|
||||||
border-radius: 2px;
|
|
||||||
&.invalid {
|
|
||||||
border-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.cover {
|
&.cover {
|
||||||
top: 0;
|
top: 0;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
background-color: var(--color-brand-light);
|
|
||||||
border: none;
|
border: none;
|
||||||
opacity: 0.3;
|
opacity: 0.3;
|
||||||
border-radius: 0;
|
|
||||||
&.invalid {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.vertical {
|
&.vertical {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: -1.5px;
|
left: -2px;
|
||||||
width: 5px;
|
width: 4px;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.invalid {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user