From 13514e95ffc45c976806e8e752adb42e0c47052f Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 31 七月 2020 17:37:22 +0800
Subject: [PATCH] 临时将card组件的轮播图片层级降低,添加了测试用的文件夹

---
 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