From a757b75163d77acc5111637fbe20ec61d895a72b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 11 八月 2021 23:15:29 +0800
Subject: [PATCH] 2021-08-11

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

diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss
index f8e195f..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;
     }

--
Gitblit v1.8.0