From e9c48bd7356462ba9257540b130a47a65ad1861d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 26 八月 2021 17:17:11 +0800
Subject: [PATCH] 2021-08-26

---
 src/tabviews/custom/components/card/cardcellList/index.scss |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss
index 97c3ab3..4cadef8 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.scss
+++ b/src/tabviews/custom/components/card/cardcellList/index.scss
@@ -58,9 +58,10 @@
     -webkit-line-clamp: 10;
   }
   .mk-cell-btn {
-    > div {width: 100%;}
+    > div {width: 100%;max-width: 100%;}
     button {
       width: 100%;
+      max-width: 100%;
       height: auto;
       min-height: 32px;
     }
@@ -118,6 +119,22 @@
     word-break: break-word;
     text-overflow: ellipsis;
   }
+  .ant-mk-check {
+    white-space: nowrap;
+    overflow: hidden;
+    word-break: break-word;
+    text-overflow: ellipsis;
+    font-style: inherit;
+    .ant-checkbox-wrapper {
+      font-weight: inherit;
+      font-size: inherit;
+      font-style: inherit;
+      color: inherit;
+      span {
+        font-weight: inherit;
+      }
+    }
+  }
   .ant-slider {
     margin: 0px;
   }
@@ -126,6 +143,9 @@
     background-position: center center;
     background-repeat: no-repeat;
   }
+  .ant-mk-picture.scale {
+    cursor: zoom-in;
+  }
 }
 .card-cell-list::after {
   content: ' ';

--
Gitblit v1.8.0