* commit '155eeb14c70b651884e5955975176bf6c25b19eb': BI-47790 fix: 修复拖拽下拉框能拖动字段
@ -54,6 +54,7 @@ BI.DownListCombo = BI.inherit(BI.Widget, {
}),
popup: {
el: this.popupview,
stopPropagation: o.stopPropagation,
maxHeight: 1000,
minWidth: 140
}
maxHeight: 1000
});