flowaaa 9 months ago
parent
commit
f28e7b13d9
1 changed files with 5 additions and 0 deletions
  1. 5 0
      app-angular/src/modules/lesson/community/community.component.scss

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

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