Browse Source

简单颜色选择器的宽高

es6
qcc 6 years ago
parent
commit
577e157571
  1. 2
      src/case/colorchooser/colorchooser.simple.js

2
src/case/colorchooser/colorchooser.simple.js

@ -23,6 +23,8 @@ BI.SimpleColorChooser = BI.inherit(BI.Widget, {
element: this,
container: o.container,
value: o.value,
width: o.width,
height: o.height,
popup: {
type: "bi.simple_color_chooser_popup"
}

Loading…
Cancel
Save