修复礼物面板周星礼物点击的时候无法滚动的问题

This commit is contained in:
fengshuo
2022-08-23 18:02:20 +08:00
parent 7efc8bd87f
commit 2ca579cf3c

View File

@@ -41,6 +41,7 @@
- (void)initSubViewConstraints {
[self mas_makeConstraints:^(MASConstraintMaker *make) {
make.width.mas_equalTo(55);
make.height.mas_equalTo(30);
}];