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 | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/pages/cameraAccess/index/App.vue b/src/pages/cameraAccess/index/App.vue
index 6a5120d..e10d808 100644
--- a/src/pages/cameraAccess/index/App.vue
+++ b/src/pages/cameraAccess/index/App.vue
@@ -37,7 +37,6 @@
}
},
mounted() {
- debugger
this.screenHeight = document.documentElement.clientHeight;
window.onresize = () => {
return (() => {
@@ -78,7 +77,7 @@
box-sizing: border-box;
overflow-y: hidden;
height: 100%;
- min-width: 1433px;
+ min-width: 1680px;
}
.resize-save {
position: absolute;
--
Gitblit v1.8.0