From ae03714bb9b7e509791451290e26eceabc5838e5 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期四, 15 四月 2021 17:49:29 +0800
Subject: [PATCH] 解决table 横向不滚动!

---
 src/components/BaseNav/PublicBounced/PublicBounced.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue
index b8a66bf..40c6d5a 100644
--- a/src/components/BaseNav/PublicBounced/PublicBounced.vue
+++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -57,8 +57,11 @@
       getWasteWaterMonitoringDetails: [],
       getQueryOnlineMonData: [],
       ManualData: []
-      // getGasQueryOnlineMonData: []
     }
+  },
+  destoryed () {
+    this.$refs.PublicChart.$refs.Echats.DrawEXHRealTimeDateChart()
+    this.$refs.PublicChart.$refs.Echats.DrawRealTimeDateChart()
   },
   methods: {
     closePopup () {
@@ -99,7 +102,7 @@
 .public-bounced {
   z-index: 2000;
   position: absolute;
-  top: 15%;
+  top: 35%;
   left: 20%;
 
   .public-bounced-title {

--
Gitblit v1.8.0