Browse Source

revert: title container body

es6
windy 5 years ago
parent
commit
b848c5bb65
  1. 3
      src/base/single/single.js

3
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是否跟随鼠标
});
},

Loading…
Cancel
Save