mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 05:48:17 +00:00
Merge branch 'fix/topAreaVisible' into 'release/0.9.0'
fix: skeleton.topArea.hide() 不生效的问题 See merge request !893552
This commit is contained in:
commit
0e2ba94327
@ -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