如图所示,frm模板中的报表块,使用了报表块工具,如何能让报表块工具中的东西居中显示
之前用过的一个JS在这里面不好用了
setTimeout(function() {
$('.x-toolbar table').css('margin','auto');
}, 10)
$(".bi-f-h").css({"justify-content":"center"});