relatedCase.js
381 Bytes
$(function(){
//滚动条样式更新
$("#bodycontent").mCustomScrollbar({ theme: "minimal-dark" });
tab_li();
searchlist();
updateSize();
docviewservice = $("#docviewservice").val();
fileadress = $("#fileadress").val();
});
$(window).resize(function () {
updateSize();
});
function updateSize(){
$("#bodycontent").css("height", window.innerHeight);
}