From cf8e332b14ca79859fcd89f2ac097ed7c6aa66c5 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 01 十二月 2019 18:15:45 +0800
Subject: [PATCH] 2019-12-01

---
 src/tabviews/commontable/mainTable/index.scss |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/commontable/mainTable/index.scss b/src/tabviews/commontable/mainTable/index.scss
index d71f1fc..2556ca0 100644
--- a/src/tabviews/commontable/mainTable/index.scss
+++ b/src/tabviews/commontable/mainTable/index.scss
@@ -14,6 +14,9 @@
     .ant-table-tbody > tr.ant-table-row-selected td {
       background-color: #c4ebfd;
     }
+    .ant-table-tbody > tr.ant-table-row-selected:hover .ant-table-column-sort {
+      background-color: #c4ebfd;
+    }
   }
   .ant-table-body {
     overflow-x: auto!important;

--
Gitblit v1.8.0