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")