This commit is contained in:
2026-02-04 15:09:03 +08:00
parent e50eaecbd9
commit faae0297cb
3 changed files with 81 additions and 35 deletions

View File

@@ -12,6 +12,8 @@
- (instancetype)initWithFrame:(CGRect)frame {
if (self = [super initWithFrame:frame]) {
self.backgroundColor = [UIColor colorWithHex:0xF6F7FB];
// self.backgroundColor = [UIColor redColor];
self.layer.cornerRadius = 15;
self.layer.masksToBounds = YES;
}