This commit is contained in:
2025-11-25 16:10:08 +08:00
parent 1eb73f5257
commit b660eb19f4
7 changed files with 26 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
[_applyBtn mas_makeConstraints:^(MASConstraintMaker *make) {
make.right.equalTo(self.contentView).offset(-16);
make.centerY.equalTo(self.contentView);
make.width.mas_equalTo(110);
make.width.mas_greaterThanOrEqualTo(110);
make.height.mas_equalTo(34);
}];
}