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