heyujie
2021-10-11 ae2d855c89ca722ac7309fdf1aa6ceed370e3b95
src/components/subComponents/eChartsBar.vue
@@ -73,7 +73,7 @@
        },
        grid: {
          top: 10,
          right: 30,
          right: 50,
          bottom: 20,
          left: 40,
        },
@@ -161,12 +161,14 @@
          }
        ]
      }
      this.eChartsObj = echarts.init(this.$refs.cpuMenery);
      this.eChartsObj.setOption(options);
    },
    windowSizeChange() {
      this.eChartsObj.resize();
    },
    }
  }
};
</script>