Browse Source

Merge pull request #63 in ~GUY/fineui from ~WINDY/fineui:master to master

* commit '91e0ae0cea405538a1c119bfe216a74c35a39ca0':
  floatbox左右宽度
es6
windy 7 years ago
parent
commit
3a9c8c46e9
  1. 4
      src/base/layer/layer.floatbox.js

4
src/base/layer/layer.floatbox.js

@ -79,9 +79,9 @@ BI.FloatBox = BI.inherit(BI.Widget, {
type: "bi.absolute", type: "bi.absolute",
items: [{ items: [{
el: this._center, el: this._center,
left: 10, left: 20,
top: 10, top: 10,
right: 10, right: 20,
bottom: 10 bottom: 10
}] }]
} }

Loading…
Cancel
Save