Browse Source

BI-118670 fix: 修复传参

master
Dailer-刘荣歆 2 years ago
parent
commit
87baab33cf
  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