From a08d71fc404b515dfac8f0bcd02dba0abb905ce7 Mon Sep 17 00:00:00 2001 From: zsmj1994 Date: Mon, 22 Feb 2021 11:32:17 +0800 Subject: [PATCH] =?UTF-8?q?DEC-17269=20fix:=20bi.card=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E7=BB=84=E4=BB=B6baseCls=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=8F=ABbi-card,bi-card=E6=98=AF=E5=B8=A6=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 想不出叫什么缩写了 bi-cd, bi-c-l,表意都不是很明显,还是恢复bi-card-layout吧 --- src/core/wrapper/layout/layout.card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wrapper/layout/layout.card.js b/src/core/wrapper/layout/layout.card.js index a48684ea7..f0133de6e 100644 --- a/src/core/wrapper/layout/layout.card.js +++ b/src/core/wrapper/layout/layout.card.js @@ -9,7 +9,7 @@ BI.CardLayout = BI.inherit(BI.Layout, { props: function () { return BI.extend(BI.CardLayout.superclass.props.apply(this, arguments), { - baseCls: "bi-card", + baseCls: "bi-card-layout", items: [] }); },