From 81afc2e465c68f8b14b54a7ec350f28d09583cf1 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期一, 03 八月 2020 11:28:00 +0800 Subject: [PATCH] iframe窗口操作图标替换el-icon,删除天气json --- 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