求助,这个弹窗想去掉外边框,但是没有找到对应的网页代码var iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='yes' framedorder='0'>");// 对话框内 iframe 参数的命名,默认宽高占比是 100%,可向下滚动iframe.attr("src", "http://172.16.11.75:5000");// 给 iframe 添加 src 属性var o = {width : 270,//对话框宽度height: 92//对话框高度};FR.showDialog( "同步信息",o.width, o.height, iframe,o);//弹出对话框$(".bi-h-tape.bi-message-title.bi-header-background").css("background-color", "#00315b");//隐藏窗口标题栏$(".bi-h-tape.bi-message-title.bi-header-background").css("right", "-4px");$(".bi-popover bi-card bi-border-radius bi-v-tape").css("background-color", "transparent")$(".bi-header-background, .bi-header-background .bi-input, .bi-header-background .bi-textarea").css("color", "white")$(".bi-popover").css("border", "transparent")$(".bi-message-title").css("font-size", "16px")