Selaa lähdekoodia

滚动条问题

luolei 5 vuotta sitten
vanhempi
commit
cece9e2ce2
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/js/qcScore.js

+ 1 - 0
src/js/qcScore.js

@@ -242,6 +242,7 @@ function formatInfoData(k,data){
   function formatSpecPage(data,title,type){
     $(".page-item[code='缺陷总览']").remove()
     $("#appointBookTmpl").tmpl({title,data}).appendTo(".flaw-table");
+    setBoxHeight();
     $(".page-anchor").on("click",function(){
       const code=$(this).attr("code");
       const pCode=$(this).parents("tr").attr("code").replace(/[^\u4e00-\u9fa5|a-zA-Z0-9]+/g,'');