From edde2a3ea44ab5e9dfe6a69bbf933259c0e105c8 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Thu, 28 Sep 2023 13:00:52 +0800
Subject: [PATCH] fix:立行立改

---
 src/views/toCarryOutLegislativeReforms/summaryPage/index.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue b/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue
index 2148833..7b84de2 100644
--- a/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue
+++ b/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;

--
Gitblit v1.8.0