From f3167f8371d19d0ea8fe7d0e7af5517ff0b08cd2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 07 四月 2021 23:25:29 +0800
Subject: [PATCH] 2021-04-07

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

diff --git a/src/tabviews/custom/components/share/normalTable/index.scss b/src/tabviews/custom/components/share/normalTable/index.scss
index 45b1a84..19301ac 100644
--- a/src/tabviews/custom/components/share/normalTable/index.scss
+++ b/src/tabviews/custom/components/share/normalTable/index.scss
@@ -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 {

--
Gitblit v1.8.0