flowaaa 9 сар өмнө
parent
commit
f28e7b13d9

+ 5 - 0
app-angular/src/modules/lesson/community/community.component.scss

@@ -55,3 +55,8 @@ ion-content {
   display: flex;
   display: flex;
   flex-wrap: nowrap; /* 防止换行 */
   flex-wrap: nowrap; /* 防止换行 */
 }
 }
+.custom-card {
+  width: 100%; /* 设置每个 ion-card 的宽度为100% */
+  height: 50%; /* 设置每个 ion-card 的高度为100% */
+}
+