From b8e1395f02c929eaa96b949cf6027ee2a43856a6 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 06 九月 2022 19:03:37 +0800
Subject: [PATCH] 2022-09-06

---
 src/tabviews/zshare/normalTable/index.scss |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/tabviews/zshare/normalTable/index.scss b/src/tabviews/zshare/normalTable/index.scss
index f3d4838..31344f4 100644
--- a/src/tabviews/zshare/normalTable/index.scss
+++ b/src/tabviews/zshare/normalTable/index.scss
@@ -121,6 +121,7 @@
 
               img {
                 max-width: 100%;
+                max-height: 128px;
                 display: block;
               }
               img + img {
@@ -142,6 +143,7 @@
 
               img {
                 max-width: 100%;
+                max-height: 128px;
                 display: block;
                 float: right;
               }
@@ -167,12 +169,15 @@
           }
         }
         .picture-col {
-          img {
-            max-width: 100%;
-            display: inline-block;
+          margin-left: -5px;
+          margin-right: -5px;
+          >.ant-col {
+            padding: 5px;
           }
-          img + img {
-            margin-top: 10px;
+          .mk-picture {
+            background-color: #d9d9d9;
+            background-position: center center;
+            background-size: cover;
           }
           .image-scale {
             cursor: zoom-in;

--
Gitblit v1.8.0