Explorar el Código

:art: 课程表大小优化

Bhikkhu-Kosalla hace 5 años
padre
commit
52a3224246
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;">';