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

@@ -121,7 +121,7 @@ export default {
if (item.params.collpase) {
item.h = 1
} else {
item.h = getGroupHeight(item.children) + 2
item.h = getGroupHeight(item.children) + 1
}
}
})