FineReport 控件的 CSS 样式-https://help.fanruan.com/finereport/doc-view-1367.html
背景颜色
setInterval(function(){
$(".fr-tree-node").css("background", "red");
},100)
将展开的代码写到初始化后事件里
记得在外面嵌套一层
setTimeout(function(){
},1000)
JS实现一键展开/收起视图树所有节点-https://help.fanruan.com/finereport/doc-view-4447.html