Browse Source

无jira任务 fix: 参数写错了

es6
Kira 4 years ago
parent
commit
4cd69dc90f
  1. 2
      src/case/button/item.singleselect.radio.js

2
src/case/button/item.singleselect.radio.js

@ -43,7 +43,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
items: BI.LogicFactory.createLogicItemsByDirection("left", {
type: "bi.center_adapt",
items: [this.radio],
width: o.conWrapperWidth
width: o.iconWrapperWidth
}, this.text)
}))));
},

Loading…
Cancel
Save