阿拉伯语适配

This commit is contained in:
liyuhua
2024-04-17 17:51:32 +08:00
parent a3482659aa
commit 6f420e0579
17 changed files with 150 additions and 101 deletions

View File

@@ -155,7 +155,7 @@
[self.collectButton mas_makeConstraints:^(MASConstraintMaker *make) {
make.centerY.equalTo(self.settingButton);
make.leading.equalTo(self.titleLabel.mas_trailing).offset(15);
make.leading.equalTo(self.lockRoomImageView.mas_trailing).offset(5);
make.size.mas_equalTo(CGSizeMake(20, 20));
}];