Browse Source

无JIRA任务 down_list_item的iconCls对应图片没有高度

es6
windy 2 years ago
parent
commit
24852af9a5
  1. 2
      src/widget/downlist/item.downlistgroup.js

2
src/widget/downlist/item.downlistgroup.js

@ -29,6 +29,8 @@ BI.DownListGroupItem = BI.inherit(BI.BasicButton, {
cls: o.iconCls1,
width: 36,
height: o.height,
iconHeight: o.iconHeight,
iconWidth: 36,
disableSelected: true,
selected: this._digest(o.value)
});

Loading…
Cancel
Save