@@ -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')