From 63663db92125c687adbb634430a4a1abbf15b8f7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 15 九月 2021 13:35:34 +0800
Subject: [PATCH] 2021-09-15

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

diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss
index 7b1e821..1ded89d 100644
--- a/src/tabviews/custom/components/share/normalTable/index.scss
+++ b/src/tabviews/custom/components/share/normalTable/index.scss
@@ -182,6 +182,14 @@
     background: rgba(0, 0, 0, 0);
   }
 }
+.normal-custom-table.fixed-height {
+  .ant-table-body {
+    border-bottom: 1px solid rgba(0, 0, 0, .05);
+    .ant-table-fixed {
+      border-bottom: 0;
+    }
+  }
+}
 .normal-custom-table.hidden {
   thead {
     display: none;

--
Gitblit v1.8.0