fix(视图-提示): 修复 echarts 提示被遮挡。

This commit is contained in:
wisonic-s 2023-06-08 18:48:37 +08:00
parent a670f2b268
commit 01d079d2a3

View File

@ -396,6 +396,9 @@ export default {
chart_option.legend['pageIconInactiveColor'] = '#8c8c8c'
}
}
if (chart_option.tooltip) {
chart_option.tooltip.appendToBody = true
}
this.myEcharts(chart_option)
this.$nextTick(() => (this.linkageActive()))
},