From 91e0ae0cea405538a1c119bfe216a74c35a39ca0 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Thu, 8 Jun 2017 13:52:23 +0800 Subject: [PATCH] =?UTF-8?q?floatbox=E5=B7=A6=E5=8F=B3=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/layer/layer.floatbox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }] }