Browse Source

无JIRA任务 非新增值的单选下拉框水印不居中

es6
windy 3 years ago
parent
commit
d712387e0d
  1. 2
      src/widget/singleselect/singleselect.combo.js

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

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

Loading…
Cancel
Save