From d5e084ab646a29cdf96f2dd2bca60c303d3281df Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 08 Apr 2021 19:47:01 +0800
Subject: [PATCH] 警情总数统计修改,预警类别占比问题修改

---
 src/views/supervisoryConsole/data.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/supervisoryConsole/data.vue b/src/views/supervisoryConsole/data.vue
index 7ce756d..dfb658d 100644
--- a/src/views/supervisoryConsole/data.vue
+++ b/src/views/supervisoryConsole/data.vue
@@ -79,7 +79,7 @@
             :data="tableData"
             stripe
             style="width: 100%; margin: 10px"
-            max-height="352px"
+            max-height="380px"
             :resizable="false"
           >
             <el-table-column prop="waringType" label="警情类型" width="100">
@@ -475,7 +475,7 @@
   flex-direction: column;
   justify-content: space-between;
   margin-bottom: 0px !important;
-  height: 96% !important;
+  height: 100% !important;
   font-size: 14px;
   &:nth-child(2) {
     padding-left: 10px;

--
Gitblit v1.9.3