From f71bb7d6a8907b9219f39361725e94c28259bd61 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 06 四月 2021 18:01:00 +0800
Subject: [PATCH] 2021-04-06

---
 src/tabviews/zshare/normalTable/index.scss |   51 ++++++++++++++++++++++-----------------------------
 1 files changed, 22 insertions(+), 29 deletions(-)

diff --git a/src/tabviews/zshare/normalTable/index.scss b/src/tabviews/zshare/normalTable/index.scss
index 3d4d957..5c27e47 100644
--- a/src/tabviews/zshare/normalTable/index.scss
+++ b/src/tabviews/zshare/normalTable/index.scss
@@ -54,6 +54,19 @@
     table {
       .ant-table-tbody > tr > td {
         vertical-align: top;
+        position: relative;
+
+        .baseboard {
+          position: absolute;
+          top: 0px;
+          left: 0px;
+          right: 0px;
+          bottom: 0px;
+        }
+        .link-menu {
+          cursor: pointer;
+        }
+
         .content {
           position: relative;
           z-index: 1;
@@ -112,6 +125,14 @@
               width: calc(50% - 5px);
             }
           }
+
+          p {
+            margin-bottom: 2px;
+          }
+          span {
+            display: inline-block;
+            margin-right: 5px;
+          }
         }
         .picture-col {
           img {
@@ -153,35 +174,7 @@
       .ant-table-tbody > tr > td[rowspan] {
         vertical-align: middle;
       }
-      .ant-table-tbody > tr > td.ant-table-column-has-actions {
-        position: relative;
-        .baseboard {
-          position: absolute;
-          top: 0px;
-          left: 0px;
-          right: 0px;
-          bottom: 0px;
-        }
-        .link-menu {
-          cursor: pointer;
-        }
-        
-        .content {
-          position: relative;
-          z-index: 1;
-          word-wrap: break-word;
-          word-break: break-word;
-        }
-      }
-      .ant-table-tbody > tr > td .content {
-        p {
-          margin-bottom: 2px;
-        }
-        span {
-          display: inline-block;
-          margin-right: 5px;
-        }
-      }
+
       .ant-table-tbody > tr > td .button {
         .ant-btn {
           margin-bottom: 10px;

--
Gitblit v1.8.0