决策报表弹窗格式调整

求助,这个弹窗想去掉外边框,但是没有找到对应的网页代码

image.png

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")

FineReport yzm643053 发布于 2024-8-21 15:14
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共1回答
最佳回答
0
snrtuemcLv8专家互助
发布于2024-8-21 15:17

改成

$(".bi-popover").css("border", "0px")

  • 2关注人数
  • 103浏览人数
  • 最后回答于:2024-8-21 15:17
    请选择关闭问题的原因
    确定 取消
    返回顶部