From e60ba26e059cf734db9a5d395ae1966fe505301b Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 3 Sep 2021 14:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/wrapper/layout/layout.tape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wrapper/layout/layout.tape.js b/src/core/wrapper/layout/layout.tape.js index 996017abd..5723f3461 100644 --- a/src/core/wrapper/layout/layout.tape.js +++ b/src/core/wrapper/layout/layout.tape.js @@ -138,7 +138,7 @@ BI.shortcut("bi.htape", BI.HTapeLayout); BI.VTapeLayout = BI.inherit(BI.Layout, { props: function () { return BI.extend(BI.VTapeLayout.superclass.props.apply(this, arguments), { - baseCls: "bi-v-tape-layout", + baseCls: "bi-v-tape", horizontalAlign: BI.HorizontalAlign.Left, hgap: 0, vgap: 0,