From df4c9b41e5949a3c0ffb2751f29204eb2ba12a44 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 11 Oct 2021 15:24:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/input/checkbox/checkbox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/base/single/input/checkbox/checkbox.js b/src/base/single/input/checkbox/checkbox.js index f9574dbdb..832af4551 100644 --- a/src/base/single/input/checkbox/checkbox.js +++ b/src/base/single/input/checkbox/checkbox.js @@ -25,8 +25,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, { self.checkbox = _ref; }, cls: "checkbox-content", - width: o.iconWidth - 2, - height: o.iconHeight - 2 + width: o.iconWidth, + height: o.iconHeight }] }; }, @@ -58,4 +58,4 @@ BI.Checkbox = BI.inherit(BI.BasicButton, { }); BI.Checkbox.EVENT_CHANGE = "EVENT_CHANGE"; -BI.shortcut("bi.checkbox", BI.Checkbox); \ No newline at end of file +BI.shortcut("bi.checkbox", BI.Checkbox);