按照帮助文档里面设置的,只是拉伸,没有适应
https://help.finereport.com/doc-view-2125.html
稍微改了下代码,发现OK啦!
setTimeout(function() {
$('.content-container').css({'background': 'url(http://localhost:8075/webroot/help/picture/地图gif.gif)no-repeat','background-size':'100% 100%'});
}, 1000);
你用方法二 应该就可以了