Browse Source

优化一下布局

es6
guy 2 years ago
parent
commit
0e2b432b78
  1. 1
      src/widget/date/calendar/combo.month.date.js

1
src/widget/date/calendar/combo.month.date.js

@ -48,6 +48,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, {
el: {
type: "bi.vertical",
hgap: 6,
vgap: 5,
items: [this.popup]
}
}

Loading…
Cancel
Save