Browse Source

课程模块优化

bhikkhu-kosalla-china 4 năm trước cách đây
mục cha
commit
e18c06bce7
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      app/course/style.css
  2. 1 1
      app/uhome/course.php

+ 1 - 1
app/course/style.css

@@ -127,7 +127,7 @@
 }
 
 .section_inner {
-	max-width: 960px;
+	max-width: 90vw;
 	margin: 0 auto;
 }
 

+ 1 - 1
app/uhome/course.php

@@ -52,7 +52,7 @@ include "../pcdl/html_head.php";
 		let arrData = JSON.parse(data);
 		let html='';
 		html +="<div style='flex:10;'>"
-		html +='<iframe style="width:100%;height: 550px;" src="../fullcalendar/examples/time-zones.php"></iframe>';
+		html +='<iframe style="width:100%;height: 90vh;" src="../fullcalendar/examples/time-zones.php"></iframe>';
 		html +="</div>";
 		html +="<div style='flex:5;'>";
 		if(arrData.length>0){