Browse Source

Merge pull request #2958 in VISUAL/fineui from DEC/fineui:feature/x to master

* commit '1c174474666c29076bf46294e17248749ed14ec4':
  无JIRA任务 同步
es6
Aeolus.Zhang 2 years ago
parent
commit
a4a2a74306
  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