| | |
| | | <el-table |
| | | :data="tableData" |
| | | border |
| | | max-height=" 400px" |
| | | max-height="400" |
| | | style="width: 100%" |
| | | :header-cell-style="{ |
| | | background: '#99D4FF', color: '#101111', fontSize: '16px' |
| | |
| | | } |
| | | }).then((res) => { |
| | | if (res.code === 0) { |
| | | this.chartData = [] |
| | | this.chartData = this.cylindricalityData |
| | | this.chartData = res.data.polluteType |
| | | this.cylindricalityData = res.data.escalationType |
| | | } else { |
| | |
| | | $bgcolorlist: $red $orange $yellow $green; |
| | | |
| | | .main { |
| | | /deep/ .el-table__row{ |
| | | font-size: 18px; |
| | | } |
| | | background: #bbbbbb; |
| | | min-height: 800px; |
| | | padding: 15px 10px; |