zhitan-cloud
2025-01-06 85e233bde14d26d876eabf5ff64d7ae801fd75db
energy_management_ui/src/views/power-statistics-analyse/per-passu/index.vue
@@ -246,10 +246,10 @@
      });
    },
    setCharts() {
      this.bodyStyle.height = window.innerHeight - 155 + "px";
      this.bodyStyle.height = window.innerHeight - 185 + "px";
      this.bodyStyleRight = {
        ...this.bodyStyle,
        height: window.innerHeight - 105 + "px"
        height: window.innerHeight - 155 + "px"
      };
    },
@@ -341,7 +341,7 @@
  margin-bottom: 0;
}
.chart-list {
  margin-top: 16px;
  // margin-top: 16px;
  ::v-deep .el-card__body {
    padding: 10px 12px;
  }