Browse Source

Pull request #3633: 无JIRA任务 title问题

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

* commit '74e0f91985dd7235afc5ecc360ef11f130a389f4':
  无JIRA任务 title问题
research/test
fay-李丰豪 1 year ago
parent
commit
53659060de
  1. 1
      packages/fineui/src/base/single/button/listitem/icontextitem.js

1
packages/fineui/src/base/single/button/listitem/icontextitem.js

@ -59,6 +59,7 @@ export class IconTextItem extends BasicButton {
lgap: o.textLgap, lgap: o.textLgap,
rgap: o.textRgap, rgap: o.textRgap,
text: o.text, text: o.text,
title: o.title,
value: o.value, value: o.value,
keyword: o.keyword, keyword: o.keyword,
height: o.height, height: o.height,

Loading…
Cancel
Save