fix: 修复panel最底下chart互动菜单显示不全问题
This commit is contained in:
@@ -299,7 +299,11 @@
|
||||
screenLegendOptions:[],*/
|
||||
};
|
||||
},
|
||||
watch: {},
|
||||
watch: {
|
||||
dropdownMenuShow(n) {
|
||||
this.$emit("dropmenu-change", n);
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
startResize(e) {
|
||||
let vm = this;
|
||||
|
||||
Reference in New Issue
Block a user