|
@@ -298,11 +298,11 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
;
|
|
|
//选择应用处理
|
|
|
switch (str) {
|
|
|
-
|
|
|
+
|
|
|
case "project": //好友打开
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"项目管理",
|
|
|
- $$("iframe", { "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/course" }), {
|
|
|
+ $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0; width:100%; height:100%;" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/course" }), {
|
|
|
"id": "project",
|
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
|
|
|
"onresize": function () { }
|