From a88314bd5d59f1dde2d430899555a3a5730f2ef9 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期五, 25 九月 2020 09:37:00 +0800
Subject: [PATCH] 优化card时间显示和摄像机音频试听功能

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