Browse Source

Merge pull request #243588 in DEC/fineui from master to feature/x

* commit '0ce2e0303b9df817a1ce4abb51cb396a081994fd':
  无JIRA任务 提示不对
master
superman 1 year ago
parent
commit
5e15d4c221
  1. 1
      packages/fineui/src/widget/downlist/item.downlistgroup.js

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

@ -42,6 +42,7 @@ export class DownListGroupItem extends BasicButton {
cls: "list-group-item-text", cls: "list-group-item-text",
textAlign: "left", textAlign: "left",
text: o.text, text: o.text,
title: o.title,
value: o.value, value: o.value,
height: o.height, height: o.height,
}); });

Loading…
Cancel
Save