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