feat(视图):title样式 bug fix

This commit is contained in:
junjie 2021-05-19 18:53:35 +08:00
parent c2cb2d125c
commit d06d8cfedc

View File

@ -73,8 +73,8 @@ export default {
} else {
customStyle = JSON.parse(chart.customStyle)
}
if (customStyle.background) {
this.colorForm = customStyle.background
if (customStyle.text) {
this.titleForm = customStyle.text
}
}
}