From d656ff9cf8c97a01c0cc990d935e4b42b314be22 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 06 八月 2020 18:21:50 +0800 Subject: [PATCH] 摄像机信息区域/时间规则,系统维护,实时监控,算力管理样式调整 --- src/pages/desktop/index/components/DFrame.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/desktop/index/components/DFrame.vue b/src/pages/desktop/index/components/DFrame.vue index c6e7cc6..4909bb4 100644 --- a/src/pages/desktop/index/components/DFrame.vue +++ b/src/pages/desktop/index/components/DFrame.vue @@ -96,7 +96,6 @@ this.fullScreen = !this.fullScreen; }, frameClick() { - this.$store.commit('desktop/refreshFrame', this.data); }, minFrame(data, e) { @@ -105,12 +104,13 @@ //淇濆瓨褰撳墠搴旂敤蹇収 html2canvas(curIframe.contentWindow.document.body, { dpi: window.devicePixelRatio * 4, - logging: true, //鏌ョ湅html2canvas鍐呴儴鎵ц娴佺▼ + //logging: true, //鏌ョ湅html2canvas鍐呴儴鎵ц娴佺▼ removeContainer: true, imageTimeout: 0, useCORS: true //寮�鍚法鍩熼厤缃� }).then(canvas => { let shotSrc = canvas.toDataURL(); + this.$store.commit('desktop/addMinDock', { id: this.data.id, src: this.data.icon, @@ -211,7 +211,7 @@ width: 100% !important; height: 100% !important; left: 0 !important; - top: 0 !important; + top: 40px !important; } .d-frame .d-frame-title { -- Gitblit v1.8.0