From d259bd9cf2943926d1c8078ee0ce70a0aa1afef3 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 06 八月 2020 09:58:38 +0800
Subject: [PATCH] 实时监控/摄像机配置/数据栈配置布局调整,应用窗口调整,算法管理更换为应用中心

---
 src/pages/cameraAccess/components/LinkageRule.vue |   26 +++++++++++---------------
 1 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/src/pages/cameraAccess/components/LinkageRule.vue b/src/pages/cameraAccess/components/LinkageRule.vue
index f34535c..fc10795 100644
--- a/src/pages/cameraAccess/components/LinkageRule.vue
+++ b/src/pages/cameraAccess/components/LinkageRule.vue
@@ -5,7 +5,7 @@
         <b style="font-size: 14px;line-height: 18px;">宸查�夌畻娉�</b>
       </p>
 
-      <div>
+      <div class="clearfix">
         <div class="slide-scene">
           <span class="task-tip" v-if="tableRuleList.length == 0 ">鏆傛棤绠楁硶锛岃鍦ㄧ嫭绔嬭鍒欎腑閫夋嫨绠楁硶</span>
           <slide-scene :sceneData="tableRuleList"></slide-scene>
@@ -15,7 +15,7 @@
         <div class="top-right">
           <sysinfo
             v-if="showSysInfo"
-            style="margin-left: 25px;margin-top: -10px;"
+            style="margin-left: 10px;margin-top: -10px;"
             :ShowLocalVedio="this.TreeDataPool.treeActiveName !== 'camera'"
             :showRealPoll="this.TreeDataPool.treeActiveName == 'camera'"
           />
@@ -24,9 +24,7 @@
     </div>
 
     <div class="bottom">
-      <div
-        style="width: calc(100% + 80px);height: 10px;background-color: #E9EBF2;p;position:relative;left:-50px"
-      ></div>
+      <div class="devide"></div>
       <div class="bottom-right">
         <div class="draw-and-time-box">
           <div class="draw-box">
@@ -279,10 +277,14 @@
   width: 100%;
   height: 100%;
   position: relative;
+  .devide{
+    height: 10px;
+    background: #E9EBF2;
+  }
   .top {
     width: 100%;
-    height: 174px;
-    position: relative;
+    padding: 10px 20px;
+    box-sizing: border-box;
     top: 0;
     .swiper-box {
       height: 100%;
@@ -391,9 +393,7 @@
 
   .bottom {
     width: 100%;
-    height: calc(100% - 190px);
-    position: absolute;
-    top: 190px;
+    
     .bottom-side {
       height: 100%;
       width: 250px;
@@ -419,11 +419,7 @@
       }
     }
     .bottom-right {
-      width: calc(100% + 30px);
-      height: 100%;
-      float: left;
-      overflow: auto;
-      padding: 10px 0px;
+      padding: 10px 20px;
       box-sizing: border-box;
       .draw-and-time-box {
         height: 430px;

--
Gitblit v1.8.0