root 2 anni fa
parent
commit
70fddc817d
3 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  1. 2 2
      js/Controls/Basic.js
  2. 0 0
      js/Controls/Basic.min.js
  3. 5 5
      js/Desktop/DeskTop.js

+ 2 - 2
js/Controls/Basic.js

@@ -2092,13 +2092,13 @@ U.UF.UI.form.prototype = {
                     },
                     "title": "最小化",
                     "onmousedown": U.UF.EV.stopBubble,
-                    "onclick": function () {
+                    "onclick": U.UF.C.apply(this, function () {
                         U.UF.F.windowMinimize(_formel); //窗体最小化处理
                         //回调处理
                         if (U.UF.C.isFunction(this.narrowcallback)) {
                             this.narrowcallback();
                         }
-                    }
+                    })
                 }, _headbottom);
             }
 

File diff suppressed because it is too large
+ 0 - 0
js/Controls/Basic.min.js


+ 5 - 5
js/Desktop/DeskTop.js

@@ -3003,7 +3003,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
                 "AI助手",
                 $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cloud.cocorobo.cn/aichat/" }), {
                 "id": "AIChat",
-                "style": { "width": "460px", "height": "550px", "overflow": 'hidden' },
+                "style": { "width": "460px", "height": "550px", "bottom": "570px", "right": "480px", "overflow": 'hidden' },
                 "onresize": function () { }
             }, {
                 closecallback: function () { $("#aichat").remove(); },
@@ -3233,7 +3233,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: #00000070;border-radius: 5px;font-size: 18px;display:flex;align-items:center;"
+    _lchild.style = "color: #fff;padding: 15px;background: #00000070;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
 
     var _box = $$('div', {
@@ -3675,7 +3675,7 @@ U.MD.D.I.openApplicationJieTeacher = function (str, cid, stage, task, tool, stud
     let _lspan = document.createElement('span')
     _lspan.innerHTML = "上传中..."
     _lchild.appendChild(_lspan)
-    _lchild.style = "color: #fff;padding: 15px;background: #00000070;border-radius: 5px;font-size: 18px;display:flex;align-items:center;"
+    _lchild.style = "color: #fff;padding: 15px;background: #00000070;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
 
     var _box = $$('div', {
@@ -4161,7 +4161,7 @@ U.MD.D.I.openApplicationJieS = function (str, cid, stage, task, tool) {
     let _lspan = document.createElement('span')
     _lspan.innerHTML = "上传中..."
     _lchild.appendChild(_lspan)
-    _lchild.style = "color: #fff;padding: 15px;background: #00000070;border-radius: 5px;font-size: 18px;display:flex;align-items:center;"
+    _lchild.style = "color: #fff;padding: 15px;background: #00000070;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
 
     var _box = $$('div', {
@@ -4455,7 +4455,7 @@ U.MD.D.I.openApplicationYu = function (str, cid, stage, task, tool) {
     let _lspan = document.createElement('span')
     _lspan.innerHTML = "上传中..."
     _lchild.appendChild(_lspan)
-    _lchild.style = "color: #fff;padding: 15px;background: #00000070;border-radius: 5px;font-size: 18px;display:flex;align-items:center;"
+    _lchild.style = "color: #fff;padding: 15px;background: #00000070;font-size: 18px;display:flex;align-items:center;"
     _loading.appendChild(_lchild)
 
     var _box = $$('div', {

Some files were not shown because too many files changed in this diff