fix(视图-提示): 修复 echarts 提示被遮挡。
This commit is contained in:
parent
a670f2b268
commit
01d079d2a3
@ -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()))
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user