Browse Source

:art: 课程表大小优化

Bhikkhu-Kosalla 5 years ago
parent
commit
52a3224246
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/uhome/course.php

+ 1 - 1
app/uhome/course.php

@@ -24,7 +24,7 @@ include "../pcdl/html_head.php";
     },
     function(data,status){
         let arrData = JSON.parse(data);
-        let html='<iframe style="width: 100%;height: 60vh;" src="../lib/fullcalendar/examples/time-zones.html"></iframe>';
+        let html='<iframe style="width: 100%;height: 67em;" src="../lib/fullcalendar/examples/time-zones.html"></iframe>';
         for (const iterator of arrData) {
             html += '<div class="card" style="display:flex;margin:1em;padding:10px;">';