Ver código fonte

Merge branch 'beta' of https://git.cocorobo.cn/CocoRoboLabs/CocoRoboDesktop into beta

lsc 2 anos atrás
pai
commit
e1b30f04c9
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -3029,7 +3029,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
                 "AI助手",
                 "AI助手",
                 $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cloud.cocorobo.cn/aichat/" }), {
                 $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cloud.cocorobo.cn/aichat/" }), {
                 "id": "AIChat",
                 "id": "AIChat",
-                "style": { "width": "460px", "height": "550px", "bottom": "20px", "right": "20px", "overflow": 'hidden' },
+                "style": { "width": "460px", "height": "550px", "bottom": "30px", "right": "30px", "overflow": 'hidden' },
                 "onresize": function () { }
                 "onresize": function () { }
             }, {
             }, {
                 closecallback: function () { $("#aichat_icon").remove(); },
                 closecallback: function () { $("#aichat_icon").remove(); },