From 0187673aed8ba72058ee74fbb7538cf040a43606 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 23 七月 2020 20:09:07 +0800 Subject: [PATCH] 桌面添加交互(打开/最小化应用,显示桌面最小化已打开的应用,显示隐藏通知) --- src/pages/desktop/index/components/DFrame.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/pages/desktop/index/components/DFrame.vue b/src/pages/desktop/index/components/DFrame.vue index 7e78066..ae56e08 100644 --- a/src/pages/desktop/index/components/DFrame.vue +++ b/src/pages/desktop/index/components/DFrame.vue @@ -57,7 +57,7 @@ alt: this.data.title, type: "3" }); - this.refreshDock(); + //this.refreshDock(); }, refreshDock: function () { setTimeout(function () { @@ -66,7 +66,7 @@ for (let i = 0; i < dockItems.length; i++) { dockItems[i].width = 60; } - dockMask.style.width = dockItems.length * 60 + 40 + 'px'; + //dockMask.style.width = dockItems.length * 60 + 40 + 'px'; }, 10); } }, @@ -170,15 +170,17 @@ } .d-frame-title-content img { - width: 25px; - height: 25px; + width: auto; + height: 18px; position: relative; top: 3px; + margin-right: 6px; } .d-frame-title-content span { position: relative; - top: -3px; + top: -1px; + /* font-family: '榛戜綋'; */ } .d-frame-content { -- Gitblit v1.8.0