From d6a78806fe449f82c26855228fe6d022d14df88a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 17 八月 2020 19:06:33 +0800
Subject: [PATCH] 2020-08-17

---
 src/tabviews/zshare/calendar/index.scss |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/tabviews/zshare/calendar/index.scss b/src/tabviews/zshare/calendar/index.scss
index 4a4e725..d458768 100644
--- a/src/tabviews/zshare/calendar/index.scss
+++ b/src/tabviews/zshare/calendar/index.scss
@@ -88,7 +88,7 @@
                 width: calc(100% - 2px);
                 transition: background 0.1s;
                 margin-bottom: 2px;
-                box-shadow: 0px 0px 1px #f7f7f7;
+                box-shadow: 0px 0px 3px #bae7ff;
                 .header {
                   text-align: center;
                   font-size: 16px;
@@ -102,9 +102,6 @@
                   right: 0;
                   .message {
                     width: 100%;
-                    // white-space: nowrap;
-                    // overflow: hidden;
-                    // text-overflow: ellipsis;
                     .ant-badge-status-text {
                       color: inherit;
                     }
@@ -138,7 +135,7 @@
         width: calc(100% - 2px);
         cursor: pointer;
         transition: background 0.1s;
-        box-shadow: 0px 0px 1px #f7f7f7;
+        box-shadow: 0px 0px 3px #bae7ff;
         .header {
           text-align: center;
           font-size: 16px;
@@ -185,10 +182,7 @@
       display: inline-block;
       min-width: 200px;
       max-width: 350px;
-      // white-space: nowrap;
       vertical-align: middle;
-      // overflow: hidden;
-      // text-overflow: ellipsis;
     }
   }
   .ant-popover-inner-content {

--
Gitblit v1.8.0