From eb947ff5450f4f30ccec0771d4ea8ff6a96e1ab7 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 26 Nov 2021 00:18:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/calendar/calendar.year.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case/calendar/calendar.year.js b/src/case/calendar/calendar.year.js index e43f2dbf7..a692d19b8 100644 --- a/src/case/calendar/calendar.year.js +++ b/src/case/calendar/calendar.year.js @@ -62,8 +62,8 @@ BI.YearCalendar = BI.inherit(BI.Widget, { }); BI.createWidget(BI.extend({ element: this - }, BI.LogicFactory.createLogic("vertical", BI.extend({}, o.logic, { + scrolly: true, vgap: 5, items: BI.LogicFactory.createLogicItemsByDirection("top", this.years) }))));