Browse Source

Pull request #2487: 无JIRA任务 bugfix: 小三角

Merge in VISUAL/fineui from ~GUY/fineui:master to master

* commit '8e0447be78b2ac44132a7ef7164f6229fbdcfdeb':
  bugfix: 小三角
es6
guy 3 years ago
parent
commit
a4f9672862
  1. 4
      src/base/layer/layer.popup.js

4
src/base/layer/layer.popup.js

@ -233,10 +233,10 @@ BI.PopupView = BI.inherit(BI.Widget, {
right: BI.clamp(((middle ? popupWidth : position.width) + adjustXOffset) / 2 - 6, minRight, maxRight)
};
wrapperStyle = {
bottom: o.bgap + o.vgap,
top: o.bgap + o.vgap,
left: "",
right: 0,
top: "",
bottom: "",
};
placeholderStyle = {
left: 0,

Loading…
Cancel
Save