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",
ref: function (_ref) {
self.text = _ref;
},
cls: "list-item-text",
textAlign: "left",
whiteSpace: "nowrap",
textHeight: o.height,
height: o.height,
hgap: o.hgap,
rgap: o.textRgap,
lgap: o.textLgap,
text: o.text,
keyword: o.keyword,
value: o.value,
py: o.py
el: {
type: "bi.label",
ref: function (_ref) {
self.text = _ref;
},
cls: "list-item-text",
textAlign: "left",
whiteSpace: "nowrap",
textHeight: o.height,
height: o.height,
hgap: o.hgap,
rgap: o.textRgap,
lgap: o.textLgap,
text: o.text,
keyword: o.keyword,
value: o.value,
py: o.py
}
}]
};
},

Loading…
Cancel
Save