|
@@ -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', {
|