From 823bf0b5540f4770e58e898ea8ee9a4d75ebeded Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期日, 27 九月 2020 19:14:23 +0800
Subject: [PATCH] 系统设置隐藏时区选框,应用中心调整商城应用板块

---
 src/pages/cameraAccess/index/VideoManage.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/pages/cameraAccess/index/VideoManage.vue b/src/pages/cameraAccess/index/VideoManage.vue
index 2cba6b9..0788cb0 100644
--- a/src/pages/cameraAccess/index/VideoManage.vue
+++ b/src/pages/cameraAccess/index/VideoManage.vue
@@ -170,7 +170,8 @@
       this.TreeDataPool.clean();
     });
 
-    let _this = this
+    let _this = this;
+    _this.PollData.statisticTaskInfo();
     this.intervalTimer = setInterval(() => {
       _this.PollData.statisticTaskInfo();
     }, 10000)
@@ -229,8 +230,9 @@
 <style lang="scss">
 .s-video-manage {
   width: 100%;
+  min-width:1599px;
   height: 100%;
-  float: right;
+  float: left;
   box-sizing: border-box;
   .el-tabs--border-card {
     box-shadow: none;
@@ -288,7 +290,7 @@
   .video-tab > .el-tabs__content {
     width: 100%;
     //margin-top: 52px;
-    height: calc(100% - 78px);
+    height: calc(100% - 36px);
     box-sizing: border-box;
     overflow-y: auto;
     padding: 0;

--
Gitblit v1.8.0