quanyawei
2023-09-28 edde2a3ea44ab5e9dfe6a69bbf933259c0e105c8
src/views/toCarryOutLegislativeReforms/summaryPage/index.vue
@@ -69,7 +69,7 @@
              <el-table
                :data="tableData"
                border
                max-height=" 400px"
                max-height="400"
                style="width: 100%"
                :header-cell-style="{
                  background: '#99D4FF', color: '#101111', fontSize: '16px'
@@ -258,6 +258,8 @@
        }
      }).then((res) => {
        if (res.code === 0) {
          this.chartData = []
          this.chartData = this.cylindricalityData
          this.chartData = res.data.polluteType
          this.cylindricalityData = res.data.escalationType
        } else {
@@ -315,6 +317,9 @@
$bgcolorlist: $red $orange $yellow $green;
.main {
  /deep/ .el-table__row{
  font-size: 18px;
}
  background: #bbbbbb;
  min-height: 800px;
  padding: 15px 10px;