2
0
Bhikkhu-Kosalla 5 жил өмнө
parent
commit
d36f5fc07c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      app/uhome/course.php

+ 1 - 1
app/uhome/course.php

@@ -40,7 +40,7 @@ include "../pcdl/html_head.php";
 		let arrData = JSON.parse(data);
 		let html='';
 		html +="<div style='display:flex;'>";
-		html +="<div style='flex:7;'>"
+		html +="<div style='flex:9;'>"
 		html +='<iframe style="width:100%;height: 550px;" src="../fullcalendar/examples/time-zones.php"></iframe>';
 		html +="</div>";
 		html +="<div style='flex:5;'>";