mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2026-03-05 23:15:26 +00:00
fix(embed-layout): stretch canvas area and pin property panel to right
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
<!-- 中间画布 + 右侧属性面板 -->
|
||||
<FlowEditor
|
||||
class="flow-editor-pane"
|
||||
ref="flowEditorRef"
|
||||
height="100%"
|
||||
/>
|
||||
@@ -347,6 +348,12 @@ onBeforeUnmount(() => {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.flow-editor-pane {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.preview-mode {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user