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

@@ -299,7 +299,11 @@
screenLegendOptions:[],*/
};
},
watch: {},
watch: {
dropdownMenuShow(n) {
this.$emit("dropmenu-change", n);
}
},
methods: {
startResize(e) {
let vm = this;