Browse Source

修改高度

zhangxc 5 years atrás
parent
commit
cc479c65c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/icssIndex.js

+ 1 - 1
src/js/icssIndex.js

@@ -440,7 +440,7 @@ function getVersion() {
     post(config.disclaimer, '').then((res) => {
       const data = res.data.data.find(item => item.disclaimerCode == '2');
       $(".responsibility").html(data.description);
-      $('.iframeWrap').css({height: $(window).height()-125-$(".responsibility").height()+'px'})
+      $('.iframeWrap').css({height: $(window).height()-115-$(".responsibility").height()+'px'})
 
     })
   }