From b848c5bb65738ef9d96a059d68bbe3827774254e Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 16 Jan 2020 14:10:25 +0800 Subject: [PATCH] revert: title container body --- 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 c161ed65d..c178bb0b9 100644 --- a/src/base/single/single.js +++ b/src/base/single/single.js @@ -19,8 +19,7 @@ BI.Single = BI.inherit(BI.Widget, { warningTitle: null, tipType: null, // success或warning value: null, - belowMouse: false, // title是否跟随鼠标 - container: "body" + belowMouse: false // title是否跟随鼠标 }); },