From b4902c47c0ffd80276ffd9cb0ea6bf6908b0420c Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期四, 30 七月 2020 11:15: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