ali
2024-09-03 0ae83a895e80a4b9777a27f613d721a7e5e2ac18
energy_management_ui/src/views/dataMonitoring/energyPercent/waterPercent.vue
@@ -380,7 +380,7 @@
      this.handleQuery();
    },
    setCharts() {
      this.bodyStyle.height = window.innerHeight - 155 + "px";
      this.bodyStyle.height = window.innerHeight - 195 + "px";
      this.bodyStyleRight = {
        ...this.bodyStyle,
        height: window.innerHeight - 100 + "px"
@@ -391,6 +391,7 @@
</script>
<style lang="scss" scoped>
@import "~@/assets/styles/variables.scss";
.dashboard-editor-container {
  margin-bottom: 16px;
  ::v-deep {
@@ -404,13 +405,12 @@
  }
  .table-wrapper {
    margin-top: 16px;
    background: #fff;
    // background: #fff;
  }
}
.table-wrapper {
  // margin-top: 16px;
  padding-top: 16px;
  background: #fff;
  padding-top: 0px;
  background: #061844;
  .demo-tabs {
    padding: 0 16px;
  }
@@ -418,6 +418,12 @@
    .el-card {
      border: none;
    }
    .el-tabs__item {
      color: #fff;
    }
    .el-tabs__item.is-active {
      color: $primary-color;
    }
  }
}
</style>