From 4154c2779a6a033f57dde2743dc1c48e60d6def3 Mon Sep 17 00:00:00 2001
From: ‘chensiAb’ <‘chenchenco03@163.com’>
Date: Tue, 15 Apr 2025 17:27:36 +0800
Subject: [PATCH] style:checkBox-非弹窗模式下-无数据样式微调

---
 forms/checkbox/cCheckBox.scss |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/forms/checkbox/cCheckBox.scss b/forms/checkbox/cCheckBox.scss
index 8f8e640..f96372a 100644
--- a/forms/checkbox/cCheckBox.scss
+++ b/forms/checkbox/cCheckBox.scss
@@ -99,4 +99,21 @@
             max-width: calc(100% - 80px);
         }
     }
+
+}
+.c-check-box-plane {
+    .at-input {
+        padding: 24px 0;
+        .at-input__children {
+            padding-right: 20px;
+            &::after {
+                display: none;
+            }
+            .empty-text {
+                color: #ccc;
+                font-size: 34px;
+            }
+        }
+    }
+
 }
\ No newline at end of file

--
Gitblit v1.9.1