Browse Source

Merge pull request #205070 in DEC/fineui from master to feature/x

* commit '1714e340a0d20fc0788986b7f5592f17de2dde28':
  auto upgrade version to 2.0.20221105202549
  优化一下布局
master
superman 2 years ago
parent
commit
05e7362a44
  1. 2
      package.json
  2. 1
      src/widget/date/calendar/combo.month.date.js

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20221104171438",
"version": "2.0.20221105202549",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",

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