Browse Source

BI-81833 fix: 单选按钮宽度变化导致的错位问题

es6
Zhenfei.Li 4 years ago
parent
commit
e6b4f02e9d
  1. 2
      src/case/button/item.singleselect.radio.js

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

@ -39,7 +39,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: 26 width: 16
}, this.text) }, this.text)
})))); }))));
}, },

Loading…
Cancel
Save