From 2034df2a527b0c051f4aed84962e77e5f7721820 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Mon, 22 Feb 2021 17:39:06 +0800 Subject: [PATCH] =?UTF-8?q?BI-81812=20fix:=20=E5=B8=83=E5=B1=80=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/wrapper/layout/flex/flex.horizontal.center.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/wrapper/layout/flex/flex.horizontal.center.js b/src/core/wrapper/layout/flex/flex.horizontal.center.js index ef5baa4d4..85525362d 100644 --- a/src/core/wrapper/layout/flex/flex.horizontal.center.js +++ b/src/core/wrapper/layout/flex/flex.horizontal.center.js @@ -55,3 +55,6 @@ BI.FlexHorizontalCenter = BI.inherit(BI.Layout, { }); BI.shortcut("bi.flex_horizontal_adapt", BI.FlexHorizontalCenter); BI.shortcut("bi.flex_horizontal_center_adapt", BI.FlexHorizontalCenter); + +// ts化兼容处理, bi.horizontal_float对应布局被删了 +BI.FloatHorizontalLayout = { xtype: 'bi.horizontal_float' };