设置初始化事件,把report1改成你的控件名称,大写。
背景色
setTimeout(function(){
$('.x-table.REPORT1table').css('color','red');
},1000);
背景图片
setTimeout(function(){
$('.x-table.REPORT1table').css('background','url(https://img.php.cn/upload/article/000/000/024/5c6a290265dba776.gif)');
},1000);