因为我报表的搜索条件太多了 我就用js做了个隐藏条件和显示,这个功能可以出来 但是隐藏之后 工具栏那边的高度没有随着条件一起隐藏变小 请大神帮帮我, 就是下面红框里面查询条件已经隐藏了 但是还保留了位置大佬们 来看看啊!添加了setTimeout(function(){ var height=$(".pmeter-container").css("height").replace("px",""); $(".pmeter-container").css("height",height-130).parent("div").css("height",height-130).parent("div").css("height",height-130);},10) 灰色的部分隐藏了 但是还有空白 不知道下面的怎么往上挪一挪@Kevin-s 统计表.cpt按钮那里 用了 $('#content-container').css('top', '70px'); 这个无效 $('#content-container').setAttribute('top: 70px'); 这个报错