lsc 2 년 전
부모
커밋
81004dd726
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -1504,7 +1504,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
     })
 
      let _loading = document.createElement('div')
-     _loading.style = "display:none;width:100%;height:100%;background:#0000008f;position:fixed;top:0;left:0;z-index:99999999999999;display: flex;justify-content: center;align-items: center;"
+     _loading.style = "width:100%;height:100%;background:#0000008f;position:absolute;top:0;left:0;z-index:99999999999999;display: none;justify-content: center;align-items: center;"
     //  _loading.id = "";
      let _lchild = document.createElement('div')
      let _limg = document.createElement('img')