修改了礼物面板刘海屏幕的适配

This commit is contained in:
fengshuo
2022-03-25 15:05:15 +08:00
parent 6a6e7569ce
commit 98cbf42388
2 changed files with 25 additions and 15 deletions

View File

@@ -84,7 +84,7 @@
[self.giftCountView mas_makeConstraints:^(MASConstraintMaker *make) {
make.right.mas_equalTo(-15);
make.bottom.mas_equalTo(self.superview.superview.mas_bottom).offset(-45);
make.bottom.mas_equalTo(self.superview.superview.mas_bottom).offset(-45 -kSafeAreaBottomHeight);
make.width.mas_equalTo(135);
}];
}