瀏覽代碼

前端样式调整

蔡德晨 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)