Browse Source

无JIRA任务 top的dir不对

es6
windy 4 years ago
parent
commit
f7f6734810
  1. 2
      src/core/platform/web/dom.js

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

@ -678,7 +678,7 @@
} else { } else {
pos = BI.DOM.getRightAlignPosition(combo, popup, tW); pos = BI.DOM.getRightAlignPosition(combo, popup, tW);
} }
pos.dir = "bottom," + pos.dir; pos.dir = "top," + pos.dir;
if (lrFirst) { if (lrFirst) {
pos.change = "top"; pos.change = "top";
} }

Loading…
Cancel
Save