Browse Source

Pull request #3630: 无JIRA任务 提示不对

Merge in VISUAL/fineui from ~FAY/fineui:master to master

* commit '8e00dcabd94873106088aa83857b270fab31a491':
  无JIRA任务 提示不对
research/test
fay-李丰豪 11 months ago
parent
commit
0ce2e0303b
  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",
textAlign: "left",
text: o.text,
title: o.title,
value: o.value,
height: o.height,
});

Loading…
Cancel
Save