加一个js去限制 ,具体代码如下直接把report2替换即可
setTimeout(function(){
$("div[widgetname=REPORT2]").find("tbody").children().eq(1).children().eq(1).children().css({"overflow-x":"hidden","overflow-y":"hidden"});
$("div[widgetname=REPORT2]").find("tbody").children().eq(0).children().eq(1).children().css({"overflow-x":"hidden","overflow-y":"hidden"})
},500)