From 137fb8ea6af2789b3238b22bac31d80bced41dfe Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 28 七月 2021 11:39:39 +0800
Subject: [PATCH] 2021-07-28

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

diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss
index 2684266..97c3ab3 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.scss
+++ b/src/tabviews/custom/components/card/cardcellList/index.scss
@@ -1,11 +1,22 @@
 
 .card-cell-list {
   position: relative;
-
+  .ant-btn {
+    padding: 0;
+  }
   .ant-mk-text {
     font-style: inherit;
     font-weight: inherit;
     text-decoration: inherit;
+    .sequence-wrap {
+      display: inline-block;
+      width: 22px;
+      height: 22px;
+      line-height: 22px;
+      white-space: nowrap;
+      border-radius: 50%;
+      overflow: visible;
+    }
   }
   .ant-mk-text:not(.line1):not(.line) {
     word-break: break-word;
@@ -46,9 +57,13 @@
   .line10 {
     -webkit-line-clamp: 10;
   }
-  button {
-    height: auto;
-    min-height: 32px;
+  .mk-cell-btn {
+    > div {width: 100%;}
+    button {
+      width: 100%;
+      height: auto;
+      min-height: 32px;
+    }
   }
   .ant-mk-slider {
     box-sizing: border-box;

--
Gitblit v1.8.0