From 68f28efd7c0c09b3ea8a2a1876c956c17d1a8d37 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 19 一月 2020 15:13:39 +0800
Subject: [PATCH] 2020-01-19

---
 src/tabviews/subtable/subTable/index.scss |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/src/tabviews/subtable/subTable/index.scss b/src/tabviews/subtable/subTable/index.scss
index 42d854d..9b37d59 100644
--- a/src/tabviews/subtable/subTable/index.scss
+++ b/src/tabviews/subtable/subTable/index.scss
@@ -41,6 +41,20 @@
       .ant-table-tbody > tr > td:last-child {
         border-right: 0;
       }
+      .ant-table-tbody > tr > td {
+        vertical-align: top;
+        .content {
+          position: relative;
+          z-index: 1;
+          word-wrap: break-word;
+          word-break: break-word;
+        }
+        .picture-col {
+          img {
+            max-width: 100%;
+          }
+        }
+      }
       .ant-table-tbody > tr > td.ant-table-column-has-actions {
         position: relative;
         .background {
@@ -50,13 +64,7 @@
           right: 0px;
           bottom: 0px;
         }
-        
-        .content {
-          position: relative;
-          z-index: 1;
-          word-wrap: break-word;
-          word-break: break-word;
-        }
+
         .red {
           .content {
             color: red;

--
Gitblit v1.8.0