From a7864c2d1757411076f6a8059613d67f169d1802 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期三, 29 七月 2020 13:38:01 +0800
Subject: [PATCH] 算力管理相关组件样式调试

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

diff --git a/src/pages/analysisPower/index/App.vue b/src/pages/analysisPower/index/App.vue
index ed19b56..75d30fc 100644
--- a/src/pages/analysisPower/index/App.vue
+++ b/src/pages/analysisPower/index/App.vue
@@ -56,7 +56,6 @@
         <el-table
           :header-cell-style="{background:'#F8F8F8', color: '#222222'}"
           :data="PollData.CameraList"
-          height="93%"
           border
         >
           <el-table-column label="搴忓彿" type="index" align="center" width="100px"></el-table-column>
@@ -488,7 +487,7 @@
 <style lang="scss">
 .s-poll-setting {
   width: 100%;
-  height: 100%;
+  
   font-size: 14px;
   position: relative;
   .top {
@@ -538,12 +537,12 @@
     }
   }
   .bottom {
-    width: calc(100% + 76px);
-    height: 100%;
+    //width: calc(100% + 76px);
+    //height: 100%;
     // height: calc(100% - 220px);
-    position: absolute;
+    //position: absolute;
     // top: 220px;
-    left: -38px;
+    //left: -38px;
     .tip {
       display: inline-block;
       font-family: PingFangSC-Medium;
@@ -556,7 +555,7 @@
       padding: 20px 38px 38px 38px;
       box-sizing: border-box;
       width: 100%;
-      height: 100%;
+      
       .toolBar {
         width: 100%;
         height: 42px;

--
Gitblit v1.8.0