我在子模板 写了
setTimeout(function(){
window.parent.$("[class='fr-core-panel-header fr-core-panel-style-blue fr-core-window-header']").css('background','#159D73')
},300);
但是不生效
https://bbs.fanruan.com/thread-133738-1-1.html
https://help.finereport.com/doc-view-2270.html
看这个,需要先引入js
setTimeout(function(){ window.parent.$(".fr-core-panel-header.fr-core-panel-style-blue.fr-core-window-header").css('background','#159D73') },300);