From 9fede2852cf580907ca0f03101d628f4e6c2e256 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 11 Jun 2021 12:09:11 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=87=E9=A2=98=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E8=8C=83=E5=9B=B4=E5=A4=AA=E5=B9=BF-?= =?UTF-8?q?=E4=B8=8D=E5=9C=A8=E4=BB=AA=E8=A1=A8=E7=9B=98=E4=B8=AD=E6=8E=A7?= =?UTF-8?q?=E5=88=B6-=E6=94=B9=E4=B8=BA=E8=A7=86=E5=9B=BE=E8=87=AA?= =?UTF-8?q?=E5=B7=B1=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/canvas/custom-component/UserView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/canvas/custom-component/UserView.vue b/frontend/src/components/canvas/custom-component/UserView.vue index 12cd71c0e2..d79f42924b 100644 --- a/frontend/src/components/canvas/custom-component/UserView.vue +++ b/frontend/src/components/canvas/custom-component/UserView.vue @@ -143,8 +143,8 @@ export default { const customAttrPanel = JSON.parse(this.canvasStyleData.chart.customAttr) const customStylePanel = JSON.parse(this.canvasStyleData.chart.customStyle) - // 组件样式-标题设置 - customStyleChart.text = customStylePanel.text + // 组件样式-标题设置 - 标题修改为组件自己控制 + // customStyleChart.text = customStylePanel.text // 组件样式-背景设置 customStyleChart.background = customStylePanel.background // 图形属性-颜色设置