Browse Source

无jira任务,MultiSelectLoader中全选高度调整

es6
Guyi 3 years ago
parent
commit
7c4eb6174c
  1. 1
      src/widget/multiselect/multiselect.loader.js

1
src/widget/multiselect/multiselect.loader.js

@ -37,6 +37,7 @@ BI.MultiSelectLoader = BI.inherit(BI.Widget, {
toolbar: {
type: "bi.multi_select_bar",
cls: "bi-list-item-active",
height: this.options.itemHeight || BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
iconWrapperWidth: 36
},
el: BI.extend({

Loading…
Cancel
Save