From 1dcef4a760d1ee276e29ace9e7573ac816100178 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期五, 09 十月 2020 19:01:20 +0800
Subject: [PATCH] fix: warning about couldn't fulfill desired order of chunk group. on build

---
 src/pages/analysisPower/index/App.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/pages/analysisPower/index/App.vue b/src/pages/analysisPower/index/App.vue
index 9aef803..f802df9 100644
--- a/src/pages/analysisPower/index/App.vue
+++ b/src/pages/analysisPower/index/App.vue
@@ -267,7 +267,8 @@
     initFormData() {
       this.formData = {
         totalChanle: this.PollData.channelTotal,
-        realTime: this.PollData.RealTimeSum,
+        //realTime: this.PollData.RealTimeSum,
+        realTime: this.PollData.RealTimeValidCount,
         pollEnable: this.PollData.Enabled,
         pollPeriod: this.PollData.Config.poll_period,
         polling: this.PollData.PollChannelTotal,
@@ -503,7 +504,9 @@
     height: 190px;
     min-width: 1609px;
     display: flex;
-    
+    .sysinfo-box .eCharts-box{
+      width: 36%;
+    }
     .progressBar {
       width: 26%;
     }

--
Gitblit v1.8.0