From 0de753aec2498e607ae2f479782e5845373ff797 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期一, 07 九月 2020 12:05:33 +0800
Subject: [PATCH] 系统运行信息样式调整及数据调试

---
 src/pages/cameraAccess/components/SeparateRules.vue |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/src/pages/cameraAccess/components/SeparateRules.vue b/src/pages/cameraAccess/components/SeparateRules.vue
index 1faa16f..cd82320 100644
--- a/src/pages/cameraAccess/components/SeparateRules.vue
+++ b/src/pages/cameraAccess/components/SeparateRules.vue
@@ -106,7 +106,7 @@
             :showRealPoll="cameraType === 'camera'"
             :ShowLocalVedio="cameraType === 'dataStack'"
             v-if="showSysInfo"
-            style="margin-left: 10px;margin-top:-10px"
+            style="margin-top:-10px"
           />
         </div>
       </div>
@@ -526,14 +526,14 @@
     .swiper-box {
       height: 100%;
       float: left;
-      width: 48%;
+      width: 46%;
       margin-top: -10px;
       position: relative;
     }
     .swiper-container {
       position: initial;
       min-width: 472px;
-      width: 80%;
+      width: 86%;
 
       // height: 124px;
     }
@@ -619,8 +619,17 @@
     }
     .top-right {
       float: right;
-      width: 52%;
+      width: 54%;
       height: 144px;
+      .card-box{
+        width: 54%!important;
+      }
+      .eCharts-box{
+        width: 45%;
+        canvas{
+          width: 98%!important;
+        } 
+      }
     }
     .task-css {
       text-align: left;

--
Gitblit v1.8.0