fix:调整block内group闪烁的问题

This commit is contained in:
zhangyu
2022-01-24 10:41:05 +08:00
parent ba341cde24
commit ef6dba8589
3 changed files with 23 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ export default {
}
}
if (chart.type === 95) {
chart.h += 1
chart.h += 0
}
if (!this.$_.isEmpty(chart.children)) {
chart.children.forEach(c => {