From c0dc297f0914f4011f471a26bae9bf5d1aac487b Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 28 Sep 2021 14:54:47 +0800 Subject: [PATCH] =?UTF-8?q?BI-94865=20fix:=20=E9=BB=98=E8=AE=A4=E5=80=BC?= =?UTF-8?q?=E4=B8=BAnull=E5=AF=B9=E7=BB=A7=E6=89=BFsingle=E7=9A=84?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=9B=B8=E5=BD=93=E4=BA=8E=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=BA=86null=E4=B8=BA=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/0.single.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/base/single/0.single.js b/src/base/single/0.single.js index e12c726d1..070935e24 100644 --- a/src/base/single/0.single.js +++ b/src/base/single/0.single.js @@ -17,7 +17,6 @@ BI.Single = BI.inherit(BI.Widget, { title: null, warningTitle: null, tipType: null, // success或warning - value: null, belowMouse: false // title是否跟随鼠标 }); },