提交 68d73abd 编写于 作者: L lang

Group positioning on bottom bug fix

上级 0e5bb432
......@@ -101,10 +101,10 @@ define(function(require) {
}
switch (positionInfo.y || positionInfo.y2) {
case 'middle':
y -= containerHeight / 2 - height / 2;
y = containerHeight / 2 - height / 2;
break;
case 'bottom':
y -= containerHeight - height;
y = containerHeight - height;
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册