From a2cbc7cbb029eb97ab3c71ffabf6fd8a716fb70e Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 29 三月 2021 11:05:46 +0800
Subject: [PATCH] 2021-03-29

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

diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss
index c97e8f2..19301ac 100644
--- a/src/tabviews/custom/components/share/normalTable/index.scss
+++ b/src/tabviews/custom/components/share/normalTable/index.scss
@@ -1,6 +1,6 @@
 .normal-custom-table {
   position: relative;
-  padding: 0 0px 30px;
+  padding: 0px;
 
   .normal-table-footer {
     padding: 10px 0px;
@@ -93,6 +93,14 @@
         vertical-align: middle;
       }
       .ant-table-tbody > tr > td.ant-table-column-has-actions {
+        .content {
+          position: relative;
+          z-index: 1;
+          word-wrap: break-word;
+          word-break: break-word;
+        }
+      }
+      .ant-table-tbody > tr > td {
         position: relative;
         .link-menu {
           position: absolute;
@@ -102,13 +110,6 @@
           bottom: 0px;
           opacity: 0;
           cursor: pointer;
-        }
-        
-        .content {
-          position: relative;
-          z-index: 1;
-          word-wrap: break-word;
-          word-break: break-word;
         }
       }
       .ant-table-tbody > tr > td .content {
@@ -157,6 +158,11 @@
     }
   }
 }
+.normal-custom-table.hidden {
+  thead {
+    display: none;
+  }
+}
 .image-scale-modal {
   width: 70vw;
   min-height: 80vh;

--
Gitblit v1.8.0