Browse Source

BI-82802 && BI-82804 fix: 恢复到针对移动端适配改动之前的状态

累了,一切都等BI这次发布后再调整
es6
zsmj1994 3 years ago
parent
commit
68d1cbd988
  1. 4
      src/case/button/item.multiselect.js
  2. 3
      src/case/button/item.singleselect.radio.js

4
src/case/button/item.multiselect.js

@ -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,

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

@ -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, {
whiteSpace: "nowrap",
textHeight: o.height,
height: o.height,
hgap: o.textHgap,
hgap: o.hgap,
rgap: o.textRgap,
lgap: o.textLgap,
text: o.text,

Loading…
Cancel
Save