Browse Source

BI-81668 fix:补充提交,多选与单选内部高度不一致

es6
Tangjinxia 4 years ago
parent
commit
736af3ce68
  1. 2
      src/widget/singleselect/singleselect.insert.combo.js

2
src/widget/singleselect/singleselect.insert.combo.js

@ -29,7 +29,7 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, {
this.trigger = BI.createWidget({
type: "bi.single_select_trigger",
height: o.height,
height: o.height - 2,
allowNoSelect: o.allowNoSelect,
allowEdit: o.allowEdit,
// adapter: this.popup,

Loading…
Cancel
Save