From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 02 八月 2022 11:42:43 +0800
Subject: [PATCH] Merge branch 'develop'

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

diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss
index ec32d1f..b584f3d 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.scss
+++ b/src/tabviews/custom/components/card/cardcellList/index.scss
@@ -1,8 +1,21 @@
 
 .card-cell-list {
   position: relative;
+  line-height: 1.5;
+  
   .ant-btn {
     padding: 0;
+  }
+  .ant-typography {
+    margin: 0;
+    padding: 0;
+    font-style: inherit;
+    font-weight: inherit;
+    text-decoration: inherit;
+    color: inherit;
+    .anticon-copy {
+      color: var(--mk-sys-color);
+    }
   }
   .ant-mk-text {
     font-style: inherit;
@@ -16,6 +29,9 @@
       white-space: nowrap;
       border-radius: 50%;
       overflow: visible;
+    }
+    span {
+      text-indent: 0px;
     }
   }
   .ant-mk-text:not(.line1):not(.line) {
@@ -148,6 +164,10 @@
   .ant-mk-picture.scale {
     cursor: zoom-in;
   }
+  .ant-mk-icon {
+    vertical-align: top;
+    line-height: inherit;
+  }
   .ant-switch-large {
     min-width: 60px;
     height: 30px;

--
Gitblit v1.8.0