fix(仪表板): 前端语法错误

This commit is contained in:
fit2cloud-chenyw 2024-05-18 10:11:06 +08:00
parent de6c3d4b91
commit 547bb61763

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>