Browse Source

Pull request #2524: 无jira任务,single_select_radio_item多了个gap

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

* commit 'e62c4354bcdaf826b2c57a23fe19af6d8b0f3a46':
  无jira任务,多了个gap
es6
Guyi 3 years ago
parent
commit
8e3a5b669e
  1. 2
      src/case/button/item.singleselect.radio.js

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

@ -36,6 +36,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
}, },
}] }]
}, { }, {
el: {
type: "bi.label", type: "bi.label",
ref: function (_ref) { ref: function (_ref) {
self.text = _ref; self.text = _ref;
@ -52,6 +53,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
keyword: o.keyword, keyword: o.keyword,
value: o.value, value: o.value,
py: o.py py: o.py
}
}] }]
}; };
}, },

Loading…
Cancel
Save