修复bug

This commit is contained in:
liyuhua
2024-06-05 17:58:26 +08:00
parent f5d58b3ffc
commit a661b0ee55
5 changed files with 24 additions and 53 deletions

View File

@@ -657,7 +657,7 @@ NSString * const kHadQuitOtherRoomKey = @"kHadQuitOtherRoomKey";//是否退出
make.height.mas_equalTo(0);
}];
[self.activityContainerView mas_remakeConstraints:^(MASConstraintMaker *make) {
make.height.mas_equalTo(65);
make.height.mas_equalTo(115);
make.trailing.mas_equalTo(self.view);
make.bottom.mas_equalTo(self.quickMessageContainerView.mas_top).offset(-5);
make.width.mas_equalTo(87);