From 6f1866ab3487a1e26d6b565287e8aba707d49b92 Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期四, 15 四月 2021 09:20:16 +0800
Subject: [PATCH] 更新

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

diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue
index 787f244..8ccfd54 100644
--- a/src/components/BaseNav/PublicBounced/PublicBounced.vue
+++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue
@@ -59,7 +59,7 @@
       ManualData: []
     }
   },
-  beforeUpdate () {
+  destoryed () {
     this.$refs.PublicChart.$refs.Echats.CreateChart()
     this.$refs.PublicChart.$refs.Echats.effChartShow()
   },
@@ -102,7 +102,7 @@
 .public-bounced {
   z-index: 2000;
   position: absolute;
-  top: 15%;
+  top: 35%;
   left: 20%;
 
   .public-bounced-title {

--
Gitblit v1.8.0