修改三方库 JXCategoryIndicatorCell self.contentView.layer.cornerRadius = 4;

This commit is contained in:
2025-11-07 00:12:28 +08:00
parent 0fa3d10284
commit f0542c11c8
7 changed files with 55 additions and 12 deletions

View File

@@ -20,6 +20,8 @@
self.separatorLine = [[UIView alloc] init];
self.separatorLine.hidden = YES;
/// STTODO
self.contentView.layer.cornerRadius = 4;
[self.contentView addSubview:self.separatorLine];
}