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. 34
      src/case/button/item.singleselect.radio.js

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

@ -36,22 +36,24 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
}, },
}] }]
}, { }, {
type: "bi.label", el: {
ref: function (_ref) { type: "bi.label",
self.text = _ref; ref: function (_ref) {
}, self.text = _ref;
cls: "list-item-text", },
textAlign: "left", cls: "list-item-text",
whiteSpace: "nowrap", textAlign: "left",
textHeight: o.height, whiteSpace: "nowrap",
height: o.height, textHeight: o.height,
hgap: o.hgap, height: o.height,
rgap: o.textRgap, hgap: o.hgap,
lgap: o.textLgap, rgap: o.textRgap,
text: o.text, lgap: o.textLgap,
keyword: o.keyword, text: o.text,
value: o.value, keyword: o.keyword,
py: o.py value: o.value,
py: o.py
}
}] }]
}; };
}, },

Loading…
Cancel
Save