Browse Source

优化样式

es6
guy 3 years ago
parent
commit
df4c9b41e5
  1. 4
      src/base/single/input/checkbox/checkbox.js

4
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
}]
};
},

Loading…
Cancel
Save