// 参数面板初始化事件
setTimeout(function() {
// 隐藏参数面板 小箭头那行
$("div[class='report-main-parameter-container-resizable bi-f-c bi-f-h v-middle h-center']").css("display","none");
// 添加一个底边颜色
$("div[class='bi-button-group parameter-content bi-abs']").css("border-bottom","1px solid #f0f3f6");
}, 100);
|