fix: 修复panel最底下chart互动菜单显示不全问题

This commit is contained in:
陈劲松
2021-01-18 19:47:21 +08:00
committed by chenjinsong
parent 4f6eb7704b
commit bdeb478a24
7 changed files with 53 additions and 6 deletions

View File

@@ -291,6 +291,11 @@ export default {
});
},
},
watch: {
dropdownMenuShow(n) {
this.$emit("dropmenu-change", n);
}
},
mounted() {
this.firstLoad = false;
},