Explorar el Código

前端样式调整

蔡德晨 hace 5 años
padre
commit
151ba787a2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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)