Skip to content

Commit

Permalink
fix(仪表板): 前端语法错误
Browse files Browse the repository at this point in the history
  • Loading branch information
fit2cloud-chenyw committed May 18, 2024
1 parent de6c3d4 commit 547bb61
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 547bb61

Please sign in to comment.