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/NotificationCenter.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/pages/desktop/index/components/NotificationCenter.vue b/src/pages/desktop/index/components/NotificationCenter.vue
index 777175a..32e2fdb 100644
--- a/src/pages/desktop/index/components/NotificationCenter.vue
+++ b/src/pages/desktop/index/components/NotificationCenter.vue
@@ -74,10 +74,11 @@
 .notification-center {
   position: absolute;
   right: 0;
-  top: 30px;
+  top: 40px;
   height: calc(100% - 30px);
   width: 300px;
   background-color: rgba(200, 200, 200, 0.7);
+  box-shadow: -1px 1px 2px rgba(0,0,0,.3);
   z-index: 140;
 }
 

--
Gitblit v1.8.0