蔡德晨 5 роки тому
батько
коміт
151ba787a2
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      src/main/webapp/webpage/modules/sys/sysHome.jsp

+ 2 - 1
src/main/webapp/webpage/modules/sys/sysHome.jsp

@@ -1077,7 +1077,8 @@
     function resizeWindow(){
         var bordHeight = document.getElementById("schedule-bord").clientHeight;
         var h = parseInt((bordHeight - padding) );
-        $(".bord-right .bord-contents ul").attr("style","height:" + h + "px");
+
+        $(".bord-right .bord-contents ul").attr("style","height:" + (h-10) + "px");
         if(hasSchedule)
             initScroll( "schedule-bord" );
         if(hasNotify)