This commit is contained in:
2025-12-16 21:43:00 +08:00
parent b43567748c
commit 5bd20a911f
4 changed files with 28 additions and 8 deletions

View File

@@ -35,8 +35,8 @@
[self.searchButton mas_makeConstraints:^(MASConstraintMaker *make) {
make.centerY.equalTo(self.bgView);
make.right.equalTo(self.bgView).offset(-8);
make.width.mas_greaterThanOrEqualTo(84);
make.right.equalTo(self.bgView).offset(-4);
make.width.mas_equalTo(84);
make.height.mas_equalTo(32);
}];