|
@@ -261,7 +261,7 @@ function setBoxHeight(){
|
|
|
$(".content-box").height((ht-55)+'px');
|
|
|
$(".flaw-table").height((ht-70)+'px');
|
|
|
$(".content-ht").height((ht-120)+"px");
|
|
|
- $(".scroll-table tbody").css("max-height",(ht-200)+"px")
|
|
|
+ $(".scroll-table tbody").css("max-height",(ht-210)+"px")
|
|
|
}
|
|
|
setBoxHeight();
|
|
|
$(window).resize(function(){
|