From 878d319022130d8e094b6428370dfba70f834ba4 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 9 Feb 2021 08:24:18 +0800 Subject: [PATCH] =?UTF-8?q?=E9=92=88=E5=AF=B9=E7=A7=BB=E5=8A=A8=E7=AB=AFre?= =?UTF-8?q?m=E8=BF=9B=E8=A1=8C=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/single.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/base/single/single.js b/src/base/single/single.js index a4c9c46b0b..d2b51f0d03 100644 --- a/src/base/single/single.js +++ b/src/base/single/single.js @@ -13,7 +13,6 @@ BI.Single = BI.inherit(BI.Widget, { _defaultConfig: function () { var conf = BI.Single.superclass._defaultConfig.apply(this, arguments); return BI.extend(conf, { - _baseCls: (conf._baseCls || "") + " bi-single", readonly: false, title: null, warningTitle: null, @@ -207,4 +206,4 @@ BI.Single = BI.inherit(BI.Widget, { } BI.Tooltips.remove(this.getName()); }, -}); \ No newline at end of file +});