From 844ab0bd95485a8efcb43c74cd832b58b9de14df Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期四, 30 七月 2020 13:44:40 +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