From e05dd9f681c53f1054015eb65e875a2b7eb6a897 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 1 Jun 2021 14:01:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BC=96=E8=BE=91=E4=BB=AA=E8=A1=A8?= =?UTF-8?q?=E7=9B=98=E5=90=8C=E6=97=B6=E6=94=AF=E6=8C=81=E8=87=AA=E9=80=82?= =?UTF-8?q?=E5=BA=94=E7=94=BB=E5=B8=83=E5=8C=BA=E5=9F=9F=E5=92=8C=E5=AE=9E?= =?UTF-8?q?=E9=99=85=E7=94=BB=E5=B8=83=E5=A4=A7=E5=B0=8F=E4=B8=A4=E7=A7=8D?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Editor/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)" />