root %!s(int64=2) %!d(string=hai) anos
pai
achega
29af9b3b40
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      js/gm/DeskTop.js

+ 1 - 1
js/gm/DeskTop.js

@@ -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;