mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-08 22:28:12 +00:00
24 lines
366 B
SCSS
24 lines
366 B
SCSS
.next-loading {
|
|
.next-loading-wrap {
|
|
height: 100%;
|
|
}
|
|
}
|
|
.lowcode-editor {
|
|
.lowcode-main-content {
|
|
position: absolute;
|
|
top: 54px;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
}
|
|
.lowcode-center-area {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: #f7f7f7;
|
|
padding: 10px;
|
|
overflow: auto;
|
|
}
|
|
}
|