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

@@ -78,7 +78,8 @@ static NSString * const kKBSvipBenefitHeaderId = @"kKBSvipBenefitHeaderId";
}];
[self.collectionView mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.right.top.equalTo(self.view);
make.left.right.equalTo(self.view);
make.top.equalTo(self.view).offset(16);
make.bottom.equalTo(self.payButton.mas_top).offset(-16);
}];
}