From afc184b671cc1abf3bf9e2c7a8fa35dc46cb8d3e Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 26 May 2017 14:39:00 +0800 Subject: [PATCH] add --- bi/base.js | 2 +- docs/base.js | 2 +- src/base/single/tip/tip.bubble.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bi/base.js b/bi/base.js index f3bc308c3..f93fa5363 100644 --- a/bi/base.js +++ b/bi/base.js @@ -20075,7 +20075,7 @@ BI.Bubble = BI.inherit(BI.Tip, { _right: function(){ return BI.createWidget({ - type: "bi.inline", + type: "bi.left", items: [{ el: { type: "bi.layout", diff --git a/docs/base.js b/docs/base.js index f3bc308c3..f93fa5363 100644 --- a/docs/base.js +++ b/docs/base.js @@ -20075,7 +20075,7 @@ BI.Bubble = BI.inherit(BI.Tip, { _right: function(){ return BI.createWidget({ - type: "bi.inline", + type: "bi.left", items: [{ el: { type: "bi.layout", diff --git a/src/base/single/tip/tip.bubble.js b/src/base/single/tip/tip.bubble.js index 715d60231..425578a00 100644 --- a/src/base/single/tip/tip.bubble.js +++ b/src/base/single/tip/tip.bubble.js @@ -86,7 +86,7 @@ BI.Bubble = BI.inherit(BI.Tip, { _right: function(){ return BI.createWidget({ - type: "bi.inline", + type: "bi.left", items: [{ el: { type: "bi.layout",