From 18594053e742a51b8f58d3afec7caf407fae0982 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 11 Oct 2021 22:47:31 +0800 Subject: [PATCH] =?UTF-8?q?combo=E5=A2=9E=E5=8A=A0blur=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/input/checkbox/checkbox.js | 8 ++++---- src/case/toolbar/toolbar.multiselect.js | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/base/single/input/checkbox/checkbox.js b/src/base/single/input/checkbox/checkbox.js index 832af4551..4a72f431f 100644 --- a/src/base/single/input/checkbox/checkbox.js +++ b/src/base/single/input/checkbox/checkbox.js @@ -9,10 +9,10 @@ BI.Checkbox = BI.inherit(BI.BasicButton, { baseCls: "bi-checkbox", selected: false, handler: BI.emptyFn, - width: 16, - height: 16, - iconWidth: 16, - iconHeight: 16 + width: 14, + height: 14, + iconWidth: 14, + iconHeight: 14 }, render: function () { diff --git a/src/case/toolbar/toolbar.multiselect.js b/src/case/toolbar/toolbar.multiselect.js index c10ba6cb1..f18677b85 100644 --- a/src/case/toolbar/toolbar.multiselect.js +++ b/src/case/toolbar/toolbar.multiselect.js @@ -19,8 +19,8 @@ BI.MultiSelectBar = BI.inherit(BI.BasicButton, { }, halfSelected: false, iconWrapperWidth: 26, - iconWidth: 16, - iconHeight: 16, + iconWidth: 14, + iconHeight: 14, }); }, _init: function () {