Browse Source

BI-29937 && BI-29725

es6
iapyang 6 years ago
parent
commit
b31fce388f
  1. 10
      src/widget/date/calendar/picker.year.js

10
src/widget/date/calendar/picker.year.js

@ -68,7 +68,15 @@ BI.YearPicker = BI.inherit(BI.Widget, {
width: 25
}, {
type: "bi.center_adapt",
items: [this.year]
items: [{
el: {
type: "bi.horizontal",
width: 45,
items: [{
el: this.year
}]
}
}]
}, {
el: {
type: "bi.center_adapt",

Loading…
Cancel
Save