Browse Source

Pull request #211016: BI-118670 fix: 修复传参

Merge in DEC/fineui from ~DAILER/fineui-decision:release/11.0 to release/11.0

* commit '87baab33cfb8d5ab7d237f85d7259e9496079f19':
  BI-118670 fix: 修复传参
research/test
Dailer-刘荣歆 2 years ago
parent
commit
04a34d7e7d
  1. 2
      src/core/platform/web/dom.js

2
src/core/platform/web/dom.js

@ -657,7 +657,7 @@
firstDir = "top";
}
if (leftRight[0] === "right") {
pos = BI.DOM.getLeftAlignPosition(combo, popup, extraWidth, needAdaptHeight);
pos = BI.DOM.getLeftAlignPosition(combo, popup, extraWidth);
pos.top = top;
pos.dir = firstDir + "," + pos.dir;
return pos;

Loading…
Cancel
Save