怎么在大屏中引用图片给其中对应的报表块引用图片例如给report0添加背景
直接就可以添加啊
报表块report0背景
setTimeout(function() {
$("div[widgetname= REPORT0].fr-titlelayout").css("background", "url(/webroot/help/picture/icon_top1-18.png)center center / 100% 100% no-repeat")
}, 200);