Browse Source

无JIRA任务 提示不对

research/test
fay 1 year ago
parent
commit
18111db59c
  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