diff --git a/src/views/flowDesign/index.vue b/src/views/flowDesign/index.vue index 7cb20c4..3c0aa6d 100644 --- a/src/views/flowDesign/index.vue +++ b/src/views/flowDesign/index.vue @@ -19,10 +19,12 @@ const props = withDefaults( fields: Field[] readOnly?: boolean defaultZoom?: number + bgColor?: string }>(), { readOnly: false, - defaultZoom: 100 + defaultZoom: 100, + bgColor: 'var(--el-bg-color-page)' } ) @@ -307,13 +309,14 @@ defineExpose({