From a9252a8fe7188441707bca1c14f257e78bff3b01 Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期三, 31 三月 2021 16:08:16 +0800
Subject: [PATCH] 注释无用组件

---
 src/components/BaseNav/PublicBounced/PublicBounced.vue |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue
index 9d1812d..6647896 100644
--- a/src/components/BaseNav/PublicBounced/PublicBounced.vue
+++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -7,8 +7,9 @@
     <div class="public-bounced-content">
       <div class="public-bounced-content-left">
         <GasTab :displayContent="displayContent"></GasTab>
-        <PublicTable v-if="value === 'gufei'" :requestSolidWasteData="displayContent.StoragePlaceId"></PublicTable>
-        <GasECharts v-else></GasECharts>
+<!--        <PublicTable v-if="value === 'gufei'" :requestSolidWasteData="displayContent.StoragePlaceId"></PublicTable>-->
+        <GasECharts></GasECharts>
+<!--        <GasTabs></GasTabs>-->
         <!--        <PublicTable></PublicTable>-->
         <!--        <GasECharts></GasECharts>-->
       </div>
@@ -23,15 +24,17 @@
 
 import '@/components/BaseNav/SolidWaste/directive/dir'
 import GasTab from '@components/BaseNav/PublicBounced/GasComponents/GasTab'
-import PublicTable from '@components/BaseNav/PublicBounced/GasComponents/PublicTable'
+// import PublicTable from '@components/BaseNav/PublicBounced/GasComponents/PublicTable'
 import GasECharts from '@components/BaseNav/PublicBounced/GasComponents/GasECharts'
 import GasVideo from '@components/BaseNav/PublicBounced/GasComponents/GasVideo'
+import GasTabs from './GasComponents/GasTabs'
 
 export default {
   name: 'PublicBounced',
   components: {
+    GasTabs,
     GasTab,
-    PublicTable,
+    // PublicTable,
     GasECharts,
     GasVideo
   },
@@ -97,14 +100,17 @@
     display: flex;
     //align-items: center;
     justify-content: space-around;
+    padding: 10px;
 
     .public-bounced-content-left {
-      width: 48%;
+      flex: 3;
       height: 100%;
+      margin-right: 10px;
     }
 
     .public-bounced-content-right {
-      width: 48%;
+      flex: 2;
+      //width: 48%;
       height: 100%;
     }
   }

--
Gitblit v1.8.0