complete card height change and new page about RoRd overall and weight assignment

This commit is contained in:
Jiao77
2025-10-05 20:40:16 +08:00
parent 8a0276c3ce
commit 76efb30b7f
15 changed files with 2734 additions and 1446 deletions

View File

@@ -71,6 +71,8 @@ const gapClasses = {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
width: 100%;
align-items: stretch;
grid-auto-rows: minmax(280px, auto);
}
/* 响应式列数 */