处理所有UI

This commit is contained in:
2025-11-07 21:57:42 +08:00
parent 96cd32ed99
commit b23c9a678b
9 changed files with 66 additions and 17 deletions

View File

@@ -98,7 +98,7 @@
// Two columns each width = (width - spacing - lr insets)/2
CGFloat cellWidth = (w - spacing) / 2.0;
//
CGFloat cellHeight = 340.0;
CGFloat cellHeight = 234.0;
return CGSizeMake(floor(cellWidth), cellHeight);
}