This commit is contained in:
2025-11-17 15:06:05 +08:00
parent 1d215ffdb3
commit dc813fcabc
5 changed files with 21 additions and 8 deletions

View File

@@ -136,8 +136,8 @@ typedef NS_ENUM(NSInteger, KBSkinDetailSection) {
// 2
CGFloat spacing = 12.0;
CGFloat itemW = floor((contentW - spacing) / 2.0);
CGFloat itemH = itemW * 0.75 + 56; // KBSkinCardCell
return CGSizeMake(itemW, itemH);
// CGFloat itemH = itemW * 0.75 + 56;
return CGSizeMake(itemW, KBFit(197));
}
}
return CGSizeZero;