From b9befd5f6bbafb7de11865cbbaa31ecdf19ed37f Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 31 三月 2021 16:53:27 +0800
Subject: [PATCH] 弹窗tab组件和video组件样式

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

diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue
index 9d1812d..1a63928 100644
--- a/src/components/BaseNav/PublicBounced/PublicBounced.vue
+++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -10,7 +10,7 @@
         <PublicTable v-if="value === 'gufei'" :requestSolidWasteData="displayContent.StoragePlaceId"></PublicTable>
         <GasECharts v-else></GasECharts>
         <!--        <PublicTable></PublicTable>-->
-        <!--        <GasECharts></GasECharts>-->
+<!--                <GasECharts></GasECharts>-->
       </div>
       <div class="public-bounced-content-right">
         <GasVideo></GasVideo>
@@ -97,14 +97,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