Browse Source

针对移动端rem进行适配

es6
guy 4 years ago
parent
commit
93bc3601ed
  1. 1
      src/widget/year/combo.year.js
  2. 1
      src/widget/yearmonth/combo.yearmonth.js
  3. 1
      src/widget/yearquarter/combo.yearquarter.js

1
src/widget/year/combo.year.js

@ -64,6 +64,7 @@ BI.DynamicYearCombo = BI.inherit(BI.Widget, {
isNeedAdjustWidth: false,
el: this.trigger,
destroyWhenHide: true,
adjustLength: 1,
popup: {
minWidth: 85,
stopPropagation: false,

1
src/widget/yearmonth/combo.yearmonth.js

@ -62,6 +62,7 @@ BI.DynamicYearMonthCombo = BI.inherit(BI.Single, {
isNeedAdjustWidth: false,
el: this.trigger,
destroyWhenHide: true,
adjustLength: 1,
popup: {
minWidth: 100,
stopPropagation: false,

1
src/widget/yearquarter/combo.yearquarter.js

@ -62,6 +62,7 @@ BI.DynamicYearQuarterCombo = BI.inherit(BI.Widget, {
isNeedAdjustWidth: false,
el: this.trigger,
destroyWhenHide: true,
adjustLength: 1,
popup: {
minWidth: 85,
stopPropagation: false,

Loading…
Cancel
Save