Browse Source

Pull request #2621: REPORT-69121 修复DownListGroupItem设置dynamic后左图标没有高度

Merge in VISUAL/fineui from ~AUSTIN.DUAN/fineui-master:master to master

* commit '714fad783088caac96e025366d5238b21d096e43':
  REPORT-69121 fix:修复下拉列表组设置dynamic后左图标会没有高度
es6
Austin.Duan 2 years ago
parent
commit
c692ae1267
  1. 1
      src/widget/downlist/item.downlistgroup.js

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

@ -28,6 +28,7 @@ BI.DownListGroupItem = BI.inherit(BI.BasicButton, {
type: "bi.icon_button",
cls: o.iconCls1,
width: 36,
height: o.height,
disableSelected: true,
selected: this._digest(o.value)
});

Loading…
Cancel
Save