From e823921030ff97bf3dd4e1001f510fd2e53523d0 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 4 Jun 2019 18:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20checkbox?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=AE=BD=E9=AB=9816?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/input/checkbox/checkbox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/base/single/input/checkbox/checkbox.js b/src/base/single/input/checkbox/checkbox.js index b830ab0bd..87c1843a4 100644 --- a/src/base/single/input/checkbox/checkbox.js +++ b/src/base/single/input/checkbox/checkbox.js @@ -11,8 +11,8 @@ BI.Checkbox = BI.inherit(BI.BasicButton, { handler: BI.emptyFn, width: 16, height: 16, - iconWidth: 14, - iconHeight: 14 + iconWidth: 16, + iconHeight: 16 }, render: function () {