From 9e716f3bd30820a08757845b592db73363faa48c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 25 四月 2022 14:53:37 +0800
Subject: [PATCH] 2022-04-25

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

diff --git a/src/tabviews/custom/components/card/cardcellList/index.scss b/src/tabviews/custom/components/card/cardcellList/index.scss
index f48154a..ec32d1f 100644
--- a/src/tabviews/custom/components/card/cardcellList/index.scss
+++ b/src/tabviews/custom/components/card/cardcellList/index.scss
@@ -148,6 +148,27 @@
   .ant-mk-picture.scale {
     cursor: zoom-in;
   }
+  .ant-switch-large {
+    min-width: 60px;
+    height: 30px;
+    line-height: 28px;
+
+    .ant-switch-inner {
+      margin-right: 5px;
+      margin-left: 30px;
+      font-size: 16px;
+    }
+  }
+  .ant-switch-large.ant-switch-checked {
+    .ant-switch-inner {
+      margin-right: 30px;
+      margin-left: 5px;
+    }
+  }
+  .ant-switch-large::after {
+    width: 26px;
+    height: 26px;
+  }
 }
 .card-cell-list::after {
   content: ' ';

--
Gitblit v1.8.0