mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 21:12:53 +00:00
13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
.editor {
|
|
display: flex;
|
|
}
|
|
.lc-designer {
|
|
height: 400px;
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|
|
.lc-settings-pane {
|
|
width: 300px;
|
|
border-left: 1px solid rgba(31,56,88,.1);
|
|
}
|