From 81b39a2f9b00ab6be4b2075a28ef5f1f8e497da8 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期二, 08 九月 2020 14:48:50 +0800 Subject: [PATCH] 取消摄像机树的锁定按钮, 修复检索便签选择请求两次的bug --- src/pages/cameraAccess/components/SeparateRules.vue | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/pages/cameraAccess/components/SeparateRules.vue b/src/pages/cameraAccess/components/SeparateRules.vue index 358ad1a..cd82320 100644 --- a/src/pages/cameraAccess/components/SeparateRules.vue +++ b/src/pages/cameraAccess/components/SeparateRules.vue @@ -106,7 +106,7 @@ :showRealPoll="cameraType === 'camera'" :ShowLocalVedio="cameraType === 'dataStack'" v-if="showSysInfo" - style="margin-left: 10px;margin-top:-10px" + style="margin-top:-10px" /> </div> </div> @@ -253,7 +253,8 @@ }; }, mounted() { - this.mockAsync() + this.mockAsync(); + this.PollData.statistics(); }, methods: { @@ -525,14 +526,14 @@ .swiper-box { height: 100%; float: left; - width: 48%; + width: 46%; margin-top: -10px; position: relative; } .swiper-container { position: initial; min-width: 472px; - width: 80%; + width: 86%; // height: 124px; } @@ -618,8 +619,17 @@ } .top-right { float: right; - width: 52%; + width: 54%; height: 144px; + .card-box{ + width: 54%!important; + } + .eCharts-box{ + width: 45%; + canvas{ + width: 98%!important; + } + } } .task-css { text-align: left; -- Gitblit v1.8.0