diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index 16e73a204f..f651dc1d4f 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -30,6 +30,7 @@ :id="'component' + item.id" class="component" :style="item.style" + :out-style="getShapeStyleInt(item.style)" :element="item" /> @@ -42,7 +43,7 @@ :prop-value="item.propValue" :element="item" :filter="filter" - :out-style="item.style" + :out-style="getShapeStyleInt(item.style)" />