This commit is contained in:
2025-12-11 16:18:00 +08:00
parent be1d1ad70d
commit e4442afe72
4 changed files with 11 additions and 9 deletions

View File

@@ -67,8 +67,8 @@ static NSString * const kInnerTagCellId = @"kInnerTagCellId";
}
}
}
// 32 8 8
return rows * 32 + (rows - 1) * 8 + 16;
static const CGFloat kTagHeight = 24.0;
return rows * kTagHeight + (rows - 1) * 8;
}
#pragma mark - Lazy