@@ -472,7 +472,7 @@ U.MD.D.iconPostion = function (childs, top, left) {
};
}
//给图标的位置赋值
- U.selectEl(childs[i]).css({ top: top + "px", left: left + "px" });
+ U.selectEl(childs[i]).css({ bottom: top + "px", left: left + "px" });
if (i < childs.length - 1) {
//页面图标每次向下加95
left += 150;