mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 01:37:17 +00:00
14 lines
205 B
Plaintext
14 lines
205 B
Plaintext
.workspace-resource-view {
|
|
display: flex;
|
|
position: absolute;
|
|
flex-direction: column;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.workspace-editor-body {
|
|
position: relative;
|
|
height: 100%;
|
|
} |