From 88f02c2c018fb1e5c171bd4975dac534c584c3ba Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 10 十二月 2019 09:31:37 +0800
Subject: [PATCH] 2019-12-10

---
 src/templates/comtableconfig/index.scss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/templates/comtableconfig/index.scss b/src/templates/comtableconfig/index.scss
index 0d160ce..25391e5 100644
--- a/src/templates/comtableconfig/index.scss
+++ b/src/templates/comtableconfig/index.scss
@@ -124,6 +124,19 @@
     height: 100%;
     overflow-y: hidden;
     background: #ffffff;
+    .ant-switch.big {
+      min-width: 60px;
+      height: 28px;
+      line-height: 28px;
+      margin-top: -2px;
+      .ant-switch-inner {
+        font-size: 14px;
+      }
+    }
+    .ant-switch.big::after {
+      width: 24px;
+      height: 24px;
+    }
     .ant-card-head {
       min-height: 44px;
     }

--
Gitblit v1.8.0