Merge branch 'fix/topAreaVisible' into 'release/0.9.0'

fix: skeleton.topArea.hide() 不生效的问题



See merge request !893552
This commit is contained in:
康为 2020-07-15 14:17:56 +08:00
commit 0e2ba94327

View File

@ -139,10 +139,14 @@ body {
height: var(--top-area-height);
background-color: var(--color-pane-background);
width: 100%;
display: flex;
display: none;
margin-bottom: 2px;
padding: 8px 12px 8px 16px;
&.lc-area-visible {
display: flex;
}
.lc-top-area-left {
display: flex;
align-items: center;