From 24886024f56264fe5453a331bc076a52c19dc5bb Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 06 八月 2020 13:38:16 +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