阿拉伯语适配

This commit is contained in:
liyuhua
2024-04-11 17:05:27 +08:00
parent c4ac454a15
commit 79a2a69395
492 changed files with 2598 additions and 2245 deletions

View File

@@ -43,12 +43,12 @@
[self.coinLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.top.mas_equalTo(13);
make.left.mas_equalTo(14);
make.right.mas_equalTo(0);
make.leading.mas_equalTo(14);
make.trailing.mas_equalTo(0);
make.height.mas_equalTo(24);
}];
[self.descLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.mas_equalTo(self.coinLabel);
make.leading.mas_equalTo(self.coinLabel);
make.top.mas_equalTo(self.coinLabel.mas_bottom);
make.height.mas_equalTo(14);
}];