From 547bb61763150c29f6ad2f3352f368b06416a960 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Sat, 18 May 2024 10:11:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E5=89=8D?= =?UTF-8?q?=E7=AB=AF=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/views/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/views/index.vue b/core/core-frontend/src/views/chart/components/views/index.vue index 67a6c96739..8ac5ee5e41 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -598,7 +598,9 @@ const iconSize = computed(() => { }) const titleIconStyle = computed(() => { - color: canvasStyleData.value.component.seniorStyleSetting.linkageIconColor + return { + color: canvasStyleData.value.component.seniorStyleSetting.linkageIconColor + } })