From f7b286a2657a7e75bc227fb84973a29cc42c97f0 Mon Sep 17 00:00:00 2001 From: mzr Date: Sat, 9 Aug 2025 13:49:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E6=96=99=E6=BA=90=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material_base/excomponents/CheckBoxGroup.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/uapbd/material/material_base/excomponents/CheckBoxGroup.less diff --git a/src/uapbd/material/material_base/excomponents/CheckBoxGroup.less b/src/uapbd/material/material_base/excomponents/CheckBoxGroup.less new file mode 100644 index 00000000..daf2a866 --- /dev/null +++ b/src/uapbd/material/material_base/excomponents/CheckBoxGroup.less @@ -0,0 +1,13 @@ +.checkbox-group-main{ + margin: 0 20px; + .check-item{ + padding-left: 10px; + padding-right: 10px; + // height: 14px!important; + font-size: 14px; + border-radius: 2px; + // width: 100px; + display: inline-block; + margin-top: 6px; + } +} \ No newline at end of file