From 50b49c1b760489c3430fc382656d57c5fbbab07c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 29 四月 2024 16:07:24 +0800
Subject: [PATCH] 2024-04-29

---
 src/tabviews/custom/components/share/normalTable/index.scss |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss
index 6dbd534..a7688af 100644
--- a/src/tabviews/custom/components/share/normalTable/index.scss
+++ b/src/tabviews/custom/components/share/normalTable/index.scss
@@ -24,13 +24,20 @@
     position: absolute;
     bottom: 10px;
   }
-  >.ant-table-wrapper {
+  .ant-table-wrapper {
     position: relative;
-    z-index: 1;
   }
   .ant-table {
     color: inherit;
     font-size: inherit;
+  }
+
+  .clickable {
+    color: var(--mk-sys-color);
+    cursor: pointer;
+  }
+  .clickable:hover {
+    text-decoration: underline;
   }
 
   .mk-disabled {
@@ -201,6 +208,11 @@
     color: var(--mk-table-color);
   }
 }
+.normal-custom-table.mk-parity {
+  .ant-table-tbody tr:nth-child(even) {
+    background: #fafafa;
+  }
+}
 .normal-custom-table:not(.ghost) {
   .ant-table-small > .ant-table-content .ant-table-thead > tr > th {
     background-color: #fafafa!important;

--
Gitblit v1.8.0