Merge pull request #9715 from dataease/pr@dev-v2@fix_dashboard_error

fix(仪表板): 前端语法错误
This commit is contained in:
fit2cloud-chenyw
2024-05-18 10:13:00 +08:00
committed by GitHub

View File

@@ -598,7 +598,9 @@ const iconSize = computed<string>(() => {
})
const titleIconStyle = computed(() => {
color: canvasStyleData.value.component.seniorStyleSetting.linkageIconColor
return {
color: canvasStyleData.value.component.seniorStyleSetting.linkageIconColor
}
})
</script>