Browse Source

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/CocoRoboDesktop

lsc 2 years ago
parent
commit
4613692ba8
1 changed files with 1 additions and 1 deletions
  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;