Browse Source

BI-53865 refactor: 可配最大最小宽

es6
windy 5 years ago
parent
commit
f89d6c1e8b
  1. 3
      src/case/combo/bubblecombo/popup.bubble.js

3
src/case/combo/bubblecombo/popup.bubble.js

@ -137,6 +137,9 @@ BI.TextBubblePopupBarView = BI.inherit(BI.Widget, {
});
return {
type: "bi.bubble_bar_popup_view",
minWidth: o.minWidth,
maxWidth: o.maxWidth,
minHeight: o.minHeight,
ref: function () {
self.popup = this;
},

Loading…
Cancel
Save