From e0136d7530f6c0da25630bc164a43ca3d50752a9 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 4 Jun 2021 15:45:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=BB=E5=B8=83=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=9B=BE=E7=89=87=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=98=AF=E7=A9=BA=E4=BE=9D=E7=84=B6=E6=98=BE=E7=A4=BA=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/components/Editor/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/canvas/components/Editor/index.vue b/frontend/src/components/canvas/components/Editor/index.vue index e4d294350e..7c5ef1d56c 100644 --- a/frontend/src/components/canvas/components/Editor/index.vue +++ b/frontend/src/components/canvas/components/Editor/index.vue @@ -160,7 +160,7 @@ export default { background: `url(${this.canvasStyleData.panel.imageUrl}) no-repeat`, ...style } - } else { + } else if (this.canvasStyleData.panel.backgroundType === 'color') { style = { background: this.canvasStyleData.panel.color, ...style