zhouna 5 年之前
父节点
当前提交
cb89944b32
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/js/utils.js

+ 1 - 1
src/js/utils.js

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