FVS 怎么修改这 style样式,我尝试用 决策报表的方式不行
"use document";
setTimeout(function() {
$('<style>div[widgetname=REPORT01] .sheet-scrollbar{ display: none ; }</style>').appendTo('head');
},100)
例如,FVS报表块背景是这个格式
FVS报表块的背景,其中控件名区分大小写
$("div[data-name='report0']").css({"background":
"url(/webroot/help/picture/changsha.jpg) center center / contain no-repeat ","background-size":"100% 100%"})
},1000)
==========
你把widgetname改成data-name试试
$('div[widgetname=REPORT01]').css({
"color":"white",
"font-size":"13px",
"font-weight":"bord" ,
});
}, 100);