From 539ac1c33f5733a1e43edd294bc3c6c51006578f Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 05 一月 2023 09:44:55 +0800
Subject: [PATCH] Merge branch 'develop'

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

diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss
index 587b487..1523314 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.scss
+++ b/src/tabviews/custom/components/card/cardcellList/index.scss
@@ -77,6 +77,11 @@
   .line10 {
     -webkit-line-clamp: 10;
   }
+  .ant-col:not(.mk-cell-btn) > div {
+    background-position: center center;
+    background-repeat: no-repeat;
+    background-size: cover;
+  }
   .mk-cell-btn {
     > div {width: 100%;max-width: 100%;}
     button:not(.ant-switch) {
@@ -158,6 +163,9 @@
     vertical-align: top;
     line-height: inherit;
   }
+  .ant-mk-color {
+    overflow: hidden;
+  }
   .ant-switch-large {
     min-width: 60px;
     height: 30px;

--
Gitblit v1.8.0