Browse Source

floatbox左右宽度

es6
windy 8 years ago
parent
commit
91e0ae0cea
  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