windy 7 years ago
parent
commit
f68d979987
  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",
items: [{
el: this._center,
left: 20,
left: 10,
top: 10,
right: 20,
right: 10,
bottom: 10
}]
}

Loading…
Cancel
Save