Browse Source

无JIRA任务 checkbox默认宽高16

es6
windy 5 years ago
parent
commit
e823921030
  1. 4
      src/base/single/input/checkbox/checkbox.js

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

Loading…
Cancel
Save