1
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
// 消息加载指示器
|
||||
[self.messageLoadingIndicator mas_makeConstraints:^(MASConstraintMaker *make) {
|
||||
make.left.equalTo(self.contentView).offset(12);
|
||||
make.top.equalTo(self.voiceButton.mas_bottom).offset(8);
|
||||
make.top.equalTo(self.voiceButton);
|
||||
}];
|
||||
|
||||
// 气泡
|
||||
Reference in New Issue
Block a user