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/NoticeTip.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/pages/desktop/index/components/NoticeTip.vue b/src/pages/desktop/index/components/NoticeTip.vue
index f6620bd..5c6b2ff 100644
--- a/src/pages/desktop/index/components/NoticeTip.vue
+++ b/src/pages/desktop/index/components/NoticeTip.vue
@@ -47,7 +47,7 @@
 .notice-tip {
   position: absolute;
   right: 10px;
-  top: 40px;
+  top: 50px;
   height: 60px;
   width: 250px;
   background-color: rgba(200, 200, 200, 0.7);
@@ -70,6 +70,8 @@
   display: inline-block;
   padding: 8px;
   width: 170px;
+  font-size: 14px;
+  line-height: 22px;
 }
 
 .notice-tip-content-title {

--
Gitblit v1.8.0