蔡德晨 5 rokov pred
rodič
commit
151ba787a2

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