From 45b13253b03eee7d4b71c37eacc9cf4bb4261991 Mon Sep 17 00:00:00 2001 From: Kitetop Date: Tue, 2 Aug 2022 15:11:05 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-77246=20fix:=20=E4=BF=AE=E5=A4=8Dbi.time?= =?UTF-8?q?=5Fcombo=E7=BB=84=E4=BB=B6=E5=86=85=E5=AE=B9=E5=92=8C=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E9=87=8D=E5=8F=A0=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/time/time.combo.js | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/widget/time/time.combo.js b/src/widget/time/time.combo.js index 30c40e0ab..a215cf0f2 100644 --- a/src/widget/time/time.combo.js +++ b/src/widget/time/time.combo.js @@ -62,11 +62,12 @@ return { type: "bi.htape", items: [{ - type: "bi.absolute", + type: "bi.horizontal_fill", + cls: "bi-border bi-border-radius", + columnSize: ["fill", this.constants.iconWidth], items: [{ el: { type: "bi.combo", - cls: "bi-border bi-border-radius", container: opts.container, toggle: false, isNeedAdjustHeight: opts.isNeedAdjustHeight, @@ -170,16 +171,12 @@ self.combo = _ref; } }, - top: 0, - left: 0, - right: 0, - bottom: 0 }, { el: { type: "bi.icon_button", - cls: "bi-trigger-icon-button time-font icon-size-16", + cls: "bi-trigger-icon-button time-font", width: this.constants.iconWidth, - height: opts.height, + height: opts.height - 2, listeners: [{ eventName: BI.IconButton.EVENT_CHANGE, action: function () { @@ -194,8 +191,6 @@ self.triggerBtn = _ref; } }, - top: 0, - right: 0 }] }] };