From 1dfd49b103e721f9bb63fd4d472b6fcc225d94a1 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 12 三月 2020 18:42:20 +0800
Subject: [PATCH] 2020-03-12

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

diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss
index 21369a9..89fdea4 100644
--- a/src/tabviews/commontable/index.scss
+++ b/src/tabviews/commontable/index.scss
@@ -72,6 +72,9 @@
     .ant-tabs-tab:not(.ant-tabs-tab-active) {
       cursor: pointer;
     }
+    .ant-tabs-tab.ant-tabs-tab-active {
+      cursor: default;
+    }
   }
   .common-table-copy {
     position: fixed;

--
Gitblit v1.8.0