luolei 5 년 전
부모
커밋
a515bd9dce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/js/index.js

+ 1 - 1
src/js/index.js

@@ -12,7 +12,7 @@ $(function(){
   //菜单展开收起
   sureChangeWord()
   $(".main").css({
-    height:$(window).height()+'px'
+    height:$(window).height()-51+'px'
   })
   $("body").on('focus',".modalAction input",function(){
     $(this).attr("type","password")