From c63087b698d27edf8d5867a78a04a0713498a0c2 Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期一, 12 四月 2021 17:42:23 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/BaseNav/PublicBounced/GasComponents/PublicTable.vue |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/GasComponents/PublicTable.vue b/src/components/BaseNav/PublicBounced/GasComponents/PublicTable.vue
index dd6eada..65558af 100644
--- a/src/components/BaseNav/PublicBounced/GasComponents/PublicTable.vue
+++ b/src/components/BaseNav/PublicBounced/GasComponents/PublicTable.vue
@@ -7,9 +7,7 @@
     <div class="border_corner border_corner_right_bottom"></div>
     <div class="main">
       <div class="main-table">
-        <el-table :data="listData" style="width: 100%" stripe='stripe'
-                  :height="300"
-                  tooltip-effect="dark" :row-class-name="tableRowClassName">
+        <el-table :data="listData" style="width: 100%" height="200px" :row-class-name="tableRowClassName">
           <el-table-column v-for="(item, index) in listLabel" :key="index" :prop="item.prop"
                            :label="item.label"></el-table-column>
         </el-table>
@@ -85,23 +83,11 @@
 .win {
   position: relative;
   background-color: rgba(33, 41, 69, 0.9);
-  min-height: 300px;
 }
 
 .main {
-  width: 100%;
-  height: 100%;
-
   .main-table {
     width: 100%;
-    min-height: 195px;
-    //border: 1px @color solid;
-
-    video {
-      width: 100%;
-      height: 100%;
-      outline: none;
-    }
   }
 }
 

--
Gitblit v1.8.0