From 3c46fcdb8c6217ff97e98c33d8f1e6e9b9cc7c1b Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期一, 02 十一月 2020 19:27:18 +0800 Subject: [PATCH] 桌面图标自适应,应用中心添加升级角标;应用中心算法卸载联调,tab名称更新;统计查询(集群)场景查询参数更新 --- src/pages/desktop/index/components/NotificationCenter.vue | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/pages/desktop/index/components/NotificationCenter.vue b/src/pages/desktop/index/components/NotificationCenter.vue index 777175a..961d156 100644 --- a/src/pages/desktop/index/components/NotificationCenter.vue +++ b/src/pages/desktop/index/components/NotificationCenter.vue @@ -18,8 +18,6 @@ </div> <weather-notice></weather-notice> - - <copyright></copyright> </div> <div class="notification-center-body" v-if="notificationCenterType === 1"> <message-notice @@ -42,12 +40,11 @@ import Calender from './Calendar'; import WeatherNotice from './WeatherNotice'; import MessageNotice from './MessageNotice'; -import Copyright from './Copyright'; export default { name: "NotificationCenter", components: { - WeatherNotice, MessageNotice, Copyright + WeatherNotice, MessageNotice }, data() { return { @@ -74,10 +71,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, 0.3); z-index: 140; } -- Gitblit v1.8.0