Browse Source

优化代码

es6
guy 3 years ago
parent
commit
eb947ff545
  1. 2
      src/case/calendar/calendar.year.js

2
src/case/calendar/calendar.year.js

@ -62,8 +62,8 @@ BI.YearCalendar = BI.inherit(BI.Widget, {
}); });
BI.createWidget(BI.extend({ BI.createWidget(BI.extend({
element: this element: this
}, BI.LogicFactory.createLogic("vertical", BI.extend({}, o.logic, { }, BI.LogicFactory.createLogic("vertical", BI.extend({}, o.logic, {
scrolly: true,
vgap: 5, vgap: 5,
items: BI.LogicFactory.createLogicItemsByDirection("top", this.years) items: BI.LogicFactory.createLogicItemsByDirection("top", this.years)
})))); }))));

Loading…
Cancel
Save