zhouna 5 yıl önce
ebeveyn
işleme
cb89944b32
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/js/utils.js

+ 1 - 1
src/js/utils.js

@@ -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();