From bc5ec1017fd8a140ec5c30ea9e8ea839d5bf1bda Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 15 十二月 2020 16:22:20 +0800
Subject: [PATCH] 2020-12-15

---
 src/tabviews/custom/components/card/data-card/index.scss |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/card/data-card/index.scss b/src/tabviews/custom/components/card/data-card/index.scss
index aefee6c..5d1f123 100644
--- a/src/tabviews/custom/components/card/data-card/index.scss
+++ b/src/tabviews/custom/components/card/data-card/index.scss
@@ -57,6 +57,10 @@
       border-color: #1890ff!important;
       box-shadow: 0 0 3px #1890ff;
     }
+    >.selected >.card-item-box {
+      border-color: #69c0ff!important;
+      box-shadow: 0 0 1px #69c0ff;
+    }
   }
   .card-item-box {
     background-position: center center;

--
Gitblit v1.8.0