在单选按钮的编辑后事件,可以以写js加载背景
=======================单个报表块
setTimeout(function() {
$("div[widgetname= REPORT0].fr-titlelayout").css("background", "url(/webroot/help/picture/icon_top1-18.png)center center / 100% 100% no-repeat")
}, 200);
================整个决策报表
setTimeout(function() {
$('.content-container').css({'background': 'url(/webroot/help/picture/icon_top1-18.png)no-repeat','background-size':'100% 100%'});
}, 1000);