guy 7 years ago
parent
commit
b1d4963a53
  1. 2
      bi/base.js
  2. 2
      dist/base.js
  3. 2
      dist/bundle.js
  4. 2
      dist/bundle.min.js
  5. 2
      src/base/layer/layer.floatbox.js

2
bi/base.js

@ -15143,6 +15143,8 @@ BI.FloatBox = BI.inherit(BI.Widget, {
if (ui.position.top < 0) {
ui.position.top = 0;
}
//BI-12134 没有什么特别好的方法
BI.Resizers._resize();
}
});
this._south = BI.createWidget();

2
dist/base.js vendored

@ -15143,6 +15143,8 @@ BI.FloatBox = BI.inherit(BI.Widget, {
if (ui.position.top < 0) {
ui.position.top = 0;
}
//BI-12134 没有什么特别好的方法
BI.Resizers._resize();
}
});
this._south = BI.createWidget();

2
dist/bundle.js vendored

@ -40990,6 +40990,8 @@ BI.FloatBox = BI.inherit(BI.Widget, {
if (ui.position.top < 0) {
ui.position.top = 0;
}
//BI-12134 没有什么特别好的方法
BI.Resizers._resize();
}
});
this._south = BI.createWidget();

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

2
src/base/layer/layer.floatbox.js

@ -35,6 +35,8 @@ BI.FloatBox = BI.inherit(BI.Widget, {
if (ui.position.top < 0) {
ui.position.top = 0;
}
//BI-12134 没有什么特别好的方法
BI.Resizers._resize();
}
});
this._south = BI.createWidget();

Loading…
Cancel
Save