1
This commit is contained in:
@@ -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);
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user