Browse Source

Merge pull request #1005 in VISUAL/fineui from ~IMP/fineui_fui:master to master

* commit '155eeb14c70b651884e5955975176bf6c25b19eb':
  BI-47790 fix: 修复拖拽下拉框能拖动字段
es6
guy 5 years ago
parent
commit
b1fc8fab58
  1. 1
      src/widget/downlist/combo.downlist.js
  2. 1
      src/widget/multilayerdownlist/combo.downlist.js

1
src/widget/downlist/combo.downlist.js

@ -54,6 +54,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
}), }),
popup: { popup: {
el: this.popupview, el: this.popupview,
stopPropagation: o.stopPropagation,
maxHeight: 1000, maxHeight: 1000,
minWidth: 140 minWidth: 140
} }

1
src/widget/multilayerdownlist/combo.downlist.js

@ -54,6 +54,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
}), }),
popup: { popup: {
el: this.popupview, el: this.popupview,
stopPropagation: o.stopPropagation,
maxHeight: 1000 maxHeight: 1000
} }
}); });

Loading…
Cancel
Save