lsc 2 yıl önce
ebeveyn
işleme
ecdc9f65eb
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 2 2
      js/Desktop/DeskTop.js
  2. 2 2
      js/gm/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -2374,7 +2374,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
     })
     let aTool = ''
     let _loading = document.createElement('div')
-    _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.style = "width:100%;height:100%;background:#00000000;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')
@@ -2384,7 +2384,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
     let _lspan = document.createElement('span')
     _lspan.innerHTML = "上传中..."
     _lchild.appendChild(_lspan)
-    _lchild.style = "color: #fff;padding: 15px;background: #00000000;border-radius: 5px;font-size: 18px;display:flex;align-items:center;"
+    _lchild.style = "color: #fff;padding: 15px;background: #00000070;border-radius: 5px;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
 
     var _box = $$('div', {

+ 2 - 2
js/gm/DeskTop.js

@@ -2270,7 +2270,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
     })
     let aTool = ''
     let _loading = document.createElement('div')
-    _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.style = "width:100%;height:100%;background:#00000000;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')
@@ -2280,7 +2280,7 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
     let _lspan = document.createElement('span')
     _lspan.innerHTML = "上传中..."
     _lchild.appendChild(_lspan)
-    _lchild.style = "color: #fff;padding: 15px;background: #00000000;border-radius: 5px;font-size: 18px;display:flex;align-items:center;"
+    _lchild.style = "color: #fff;padding: 15px;background: #00000070;border-radius: 5px;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
 
     var _box = $$('div', {