This commit is contained in:
梁灏 2019-10-15 11:52:20 +08:00
parent 36c9659054
commit 0168961b26

View file

@ -1084,7 +1084,9 @@
this.$on('on-visible-change', (val) => {
if (val) {
this.handleResize();
this.$nextTick(() => {
this.handleResize();
});
}
});
},