修改弹窗框样式吧,写JS或者修改浏览器背景色【模板》web属性》浏览器背景】
点击事件:
setTimeout(function() {
$("div.bi-popover.bi-card.bi-border-radius.bi-v-tape").css('background', '#222629'); //窗体背景颜色
$("div.bi-h-tape.bi-message-title.bi-header-background").css({
'background': '#222629',
'color': '#ffffff',
'font-family': 'Arial',
'font-size': '15px'
}); //窗体背景颜色
}, 100)