From e4dcbb9f8164827b5a4fd2379f94915bf69d613c Mon Sep 17 00:00:00 2001 From: zsmj1994 Date: Tue, 6 Apr 2021 20:22:16 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"DEC-18016=20fix:=20horizontal=5Fadapt?= =?UTF-8?q?=E9=BB=98=E8=AE=A4horizontalAlign=E4=B8=BAleft"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit e3545555 --- 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 d0663b2ee..8795a3cd4 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.Left, + horizontalAlign: BI.HorizontalAlign.Center, columnSize: [], scrollx: false, hgap: 0,