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: { el: {
type: "bi.vertical", type: "bi.vertical",
hgap: 6, hgap: 6,
vgap: 5,
items: [this.popup] items: [this.popup]
} }
} }

Loading…
Cancel
Save