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

@@ -132,7 +132,7 @@
[self.rechargeButton mas_makeConstraints:^(MASConstraintMaker *make) {
make.bottom.equalTo(self.infoCard).offset(-32);
make.right.equalTo(self.infoCard).offset(-15);
make.width.mas_equalTo(114);
make.width.mas_greaterThanOrEqualTo(114);
make.height.mas_equalTo(42);
}];
}