|
@@ -169,7 +169,7 @@ $(".modal .close").click(function(){
|
|
|
//计算容器高度
|
|
|
function setBoxHeight(){
|
|
|
const ht=window.innerHeight;
|
|
|
- $(".content-box").height((ht-75)+'px');
|
|
|
+ $(".content-box,.flaw-table").height((ht-75)+'px');
|
|
|
$(".content-ht").height((ht-126)+"px");
|
|
|
}
|
|
|
setBoxHeight();
|