From ce76521ceee2fc12cf8109b41bee0d5270551827 Mon Sep 17 00:00:00 2001 From: "Aeolus.Zhang" Date: Mon, 30 May 2022 19:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20fix:=E5=B9=B4?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E8=A7=A6=E5=8F=91=E5=99=A8=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E7=BB=B4=E6=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/year/trigger.year.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/widget/year/trigger.year.js b/src/widget/year/trigger.year.js index fe8976b2f..2a9cb1fde 100644 --- a/src/widget/year/trigger.year.js +++ b/src/widget/year/trigger.year.js @@ -93,7 +93,7 @@ BI.DynamicYearTrigger = BI.inherit(BI.Trigger, { BI.createWidget({ element: this, type: "bi.horizontal_fill", - columnSize: ["fill", ""], + columnSize: ["fill", "", ""], items: [{ el: this.editor }, { @@ -106,8 +106,7 @@ BI.DynamicYearTrigger = BI.inherit(BI.Trigger, { el: { type: "bi.trigger_icon_button", width: this._const.iconWidth - }, - width: this._const.iconWidth + } }] }); this.setValue(o.value);