diff --git a/src/base/layer/layer.floatbox.js b/src/base/layer/layer.floatbox.js index 8f4b7002a..df059528c 100644 --- a/src/base/layer/layer.floatbox.js +++ b/src/base/layer/layer.floatbox.js @@ -79,9 +79,9 @@ BI.FloatBox = BI.inherit(BI.Widget, { type: "bi.absolute", items: [{ el: this._center, - left: 10, + left: 20, top: 10, - right: 10, + right: 20, bottom: 10 }] }