From 265102e3b6c9865f0e9f1e035e7b1aba281dc8c1 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 03 十二月 2019 15:33:16 +0800
Subject: [PATCH] 2019-12-03

---
 src/tabviews/commontable/mainTable/index.scss |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/commontable/mainTable/index.scss b/src/tabviews/commontable/mainTable/index.scss
index 2556ca0..510e56b 100644
--- a/src/tabviews/commontable/mainTable/index.scss
+++ b/src/tabviews/commontable/mainTable/index.scss
@@ -11,6 +11,14 @@
       min-width: 60px;
       max-width: 60px;
     }
+    // .ant-table-tbody > tr td:not(.ant-table-selection-column) {
+    //   padding: 0!important;
+    // }
+    // .ant-table-tbody > tr td .content {
+    //   padding: 12px 8px;
+    //   height: 100%;
+    //   background: lightblue;
+    // }
     .ant-table-tbody > tr.ant-table-row-selected td {
       background-color: #c4ebfd;
     }
@@ -34,7 +42,20 @@
         border-right: 0;
       }
       .ant-table-tbody > tr > td.ant-table-column-has-actions {
+        position: relative;
+        .background {
+          position: absolute;
+          top: 0px;
+          left: 0px;
+          right: 0px;
+          bottom: 0px;
+        }
+        .background.lightblue {
+          background: lightblue;
+        }
         .content {
+          position: relative;
+          z-index: 1;
           word-wrap: break-word;
           word-break: break-word;
         }

--
Gitblit v1.8.0