From 35bc7a5d2c907d2d7ca35f518dd1f96b434068b3 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期二, 08 九月 2020 09:46:33 +0800
Subject: [PATCH] 算力信息展示字段调整,实时监控动态显示区域
---
src/pages/cameraAccess/index/App.vue | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/pages/cameraAccess/index/App.vue b/src/pages/cameraAccess/index/App.vue
index d320c13..e10d808 100644
--- a/src/pages/cameraAccess/index/App.vue
+++ b/src/pages/cameraAccess/index/App.vue
@@ -4,7 +4,7 @@
<div class="resize-bar"></div>
<div class="resize-line"></div>
<div class="resize-save">
- <left-nav :appName="app" :edit="editTree"></left-nav>
+ <left-nav :appName="app" :edit="editTree" :height="screenHeight"></left-nav>
</div>
</div>
<div class="column-right" >
@@ -43,7 +43,7 @@
this.screenHeight = document.documentElement.clientHeight;
})();
};
- debugger
+
this.leftWith = this.$refs['left'].offsetWidth;
},
methods: {
@@ -63,7 +63,10 @@
height: 100%;
}
.column-left {
- height: inherit;
+ height: 100%;
+ padding-bottom: 20px;
+ box-sizing: border-box;
+ // height: inherit;
background-color: #fff;
position: relative;
}
@@ -73,9 +76,8 @@
background-color: #fff;
box-sizing: border-box;
overflow-y: hidden;
-
height: 100%;
- min-width: 1433px;
+ min-width: 1680px;
}
.resize-save {
position: absolute;
--
Gitblit v1.8.0