Browse Source

无JIRA任务 单选下拉列表项间距

es6
windy 3 years ago
parent
commit
38f314ff3f
  1. 4
      src/widget/singleselect/search/singleselect.search.loader.js
  2. 4
      src/widget/singleselect/singleselect.loader.js

4
src/widget/singleselect/search/singleselect.search.loader.js

@ -90,7 +90,9 @@ BI.SingleSelectSearchLoader = BI.inherit(BI.Widget, {
dynamic: false dynamic: false
}, },
height: 25, height: 25,
selected: false selected: false,
iconWrapperWidth: 26,
hgap: this.options.allowNoSelect ? 10 : 0
}); });
}, },

4
src/widget/singleselect/singleselect.loader.js

@ -109,7 +109,9 @@ BI.SingleSelectLoader = BI.inherit(BI.Widget, {
logic: this.options.logic, logic: this.options.logic,
cls: "bi-list-item-active", cls: "bi-list-item-active",
height: 24, height: 24,
selected: false selected: false,
iconWrapperWidth: 26,
hgap: this.options.allowNoSelect ? 10 : 0
}); });
}, },

Loading…
Cancel
Save