阿拉伯语适配

This commit is contained in:
liyuhua
2024-04-18 18:37:21 +08:00
parent 6f420e0579
commit cd9a7518d7
87 changed files with 412 additions and 213 deletions

View File

@@ -152,10 +152,10 @@
make.centerY.mas_equalTo(self.settingButton);
make.width.height.mas_equalTo(22);
}];
[self.collectButton mas_makeConstraints:^(MASConstraintMaker *make) {
make.centerY.equalTo(self.settingButton);
make.leading.equalTo(self.lockRoomImageView.mas_trailing).offset(5);
make.leading.mas_equalTo(150);
make.size.mas_equalTo(CGSizeMake(20, 20));
}];