mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-23 18:18:12 +00:00
fix: skeleton.topArea.hide() 不生效的问题
This commit is contained in:
parent
7549871a13
commit
6d2b955017
@ -139,10 +139,14 @@ body {
|
|||||||
height: var(--top-area-height);
|
height: var(--top-area-height);
|
||||||
background-color: var(--color-pane-background);
|
background-color: var(--color-pane-background);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: none;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
padding: 8px 12px 8px 16px;
|
padding: 8px 12px 8px 16px;
|
||||||
|
|
||||||
|
&.lc-area-visible {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
.lc-top-area-left {
|
.lc-top-area-left {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user