Browse Source

文本支持点击

es6
guy 4 years ago
parent
commit
b6ecdff7c5
  1. 4
      src/case/colorchooser/colorchooser.js

4
src/case/colorchooser/colorchooser.js

@ -32,8 +32,8 @@ BI.ColorChooser = BI.inherit(BI.Widget, {
ref: function (_ref) { ref: function (_ref) {
self.trigger = _ref; self.trigger = _ref;
}, },
width: o.width - 2, width: o.type ? o.width : o.width - 2,
height: o.height - 2 height: o.type ? o.height : o.height - 2
}, o.el), }, o.el),
popup: { popup: {
el: BI.extend({ el: BI.extend({

Loading…
Cancel
Save