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
commit 426cacb149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>