加个初始化事件。
setTimeout(function(){
$("div[widgetname=RG]").find("span").css("color","red");//RG是控件名
},100)
==============
新决策报表的话
setTimeout(function(){
$(".bi-text.c-e.f-c.l-c").css({"color":"red"});
$(".radio-content.f-s-n.c-e.f-c.l-c").css({"width":"20px","height":"20px"});
},100)