累了,一切都等BI这次发布后再调整
@ -30,8 +30,8 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
whiteSpace: "nowrap",
textHeight: o.height,
height: o.height,
hgap: o.textHgap,
rgap: o.textRgap,
hgap: o.hgap,
rgap: o.rgap,
lgap: o.textLgap,
text: o.text,
keyword: o.keyword,
@ -12,6 +12,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
},
height: 24,
iconWrapperWidth: 26,
hgap: 10,
textHgap: 0,
textLgap: 0,
textRgap: 0
@ -30,7 +31,7 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {