This commit is contained in:
2026-01-28 20:18:18 +08:00
parent 70a8466d9f
commit ef52cd4872
7 changed files with 165 additions and 44 deletions

View File

@@ -38,8 +38,8 @@
//
[self.timeLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.top.equalTo(self.contentView).offset(8);
make.bottom.equalTo(self.contentView).offset(-8);
make.top.equalTo(self.contentView).offset(1);
make.bottom.equalTo(self.contentView).offset(-1);
make.centerX.equalTo(self.contentView);
}];
}