Browse Source

无jira任务 fix: 参数写错了

es6
Kira 3 years ago
parent
commit
23f08a0cb8
  1. 2
      src/case/button/item.multiselect.js

2
src/case/button/item.multiselect.js

@ -30,7 +30,7 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
textHeight: o.height,
height: o.height,
hgap: o.textHgap,
rgap: o.textHgap,
rgap: o.textRgap,
text: o.text,
keyword: o.keyword,
value: o.value,

Loading…
Cancel
Save