zhitan-cloud
2024-09-17 9eed43886223a36191146e355c7d44aa1385b905
energy_management_ui/src/views/dataMonitoring/realTimeTrend/index.vue
@@ -60,10 +60,10 @@
  },
  methods: {
    setCharts() {
      this.bodyStyle.height = window.innerHeight - 155 + "px";
      this.bodyStyle.height = window.innerHeight - 185 + "px";
      this.bodyStyleRight = {
        ...this.bodyStyle,
        height: window.innerHeight - 100 + "px"
        height: window.innerHeight - 130 + "px"
      };
    },
    changeNode: function(node) {