From e8a66ef2fbfd31092d395d1ae6791ca5e00c4780 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 08 Apr 2021 09:31:54 +0800
Subject: [PATCH] avue-main样式调增

---
 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