Browse Source

Pull request #3201: 无JIRA任务 优化一下布局

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit '0e2b432b78c56d4b0829b6523d35a51ad611732f':
  优化一下布局
es6
guy-王川 2 years ago
parent
commit
e4f1d689e9
  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