From e3545555b47ad92ab25ddea11ad554a39eafd0b4 Mon Sep 17 00:00:00 2001 From: zsmj1994 Date: Tue, 6 Apr 2021 16:17:03 +0800 Subject: [PATCH] =?UTF-8?q?DEC-18016=20fix:=20horizontal=5Fadapt=E9=BB=98?= =?UTF-8?q?=E8=AE=A4horizontalAlign=E4=B8=BAleft?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/wrapper/layout/adapt/adapt.horizontal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wrapper/layout/adapt/adapt.horizontal.js b/src/core/wrapper/layout/adapt/adapt.horizontal.js index 8795a3cd4..d0663b2ee 100644 --- a/src/core/wrapper/layout/adapt/adapt.horizontal.js +++ b/src/core/wrapper/layout/adapt/adapt.horizontal.js @@ -8,7 +8,7 @@ BI.HorizontalAdaptLayout = BI.inherit(BI.Layout, { return BI.extend(BI.HorizontalAdaptLayout.superclass.props.apply(this, arguments), { baseCls: "bi-h-a", verticalAlign: BI.VerticalAlign.Top, - horizontalAlign: BI.HorizontalAlign.Center, + horizontalAlign: BI.HorizontalAlign.Left, columnSize: [], scrollx: false, hgap: 0,