This commit is contained in:
2026-02-04 15:40:45 +08:00
parent 7c7e2477cb
commit c1b50b407d
13 changed files with 146 additions and 32 deletions

View File

@@ -27,7 +27,7 @@
[self.coverView mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.right.equalTo(self.contentView).inset(8);
make.left.right.equalTo(self.contentView).inset(16);
make.centerY.equalTo(self.contentView);
make.height.mas_equalTo(46);
}];