Browse Source

Pull request #2225: 无JIRA任务 bugfix

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit 'a499bffb886b902e88cf50c3234ed3da59eef499':
  combo增加blur事件
es6
guy 3 years ago
parent
commit
5907593422
  1. 8
      src/base/single/input/checkbox/checkbox.js
  2. 4
      src/case/toolbar/toolbar.multiselect.js

8
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 () {

4
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 () {

Loading…
Cancel
Save