panhui 7 سال پیش
والد
کامیت
fe85bc3ab9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/webapp/home.html

+ 1 - 1
src/main/webapp/home.html

@@ -110,7 +110,7 @@
 
     function goPage(str) {
         console.log(document.getElementById(str).offsetTop)
-        var anh = document.getElementById(str).offsetTop - 130;
+        var anh = document.getElementById(str).offsetTop - 120;
         $("#container").stop().animate({
             scrollTop: anh
         }, 800);