forked from github/dataease
fix(仪表板): 前端语法错误
This commit is contained in:
parent
de6c3d4b91
commit
547bb61763
@ -598,7 +598,9 @@ const iconSize = computed<string>(() => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const titleIconStyle = computed(() => {
|
const titleIconStyle = computed(() => {
|
||||||
color: canvasStyleData.value.component.seniorStyleSetting.linkageIconColor
|
return {
|
||||||
|
color: canvasStyleData.value.component.seniorStyleSetting.linkageIconColor
|
||||||
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user