This commit is contained in:
2026-01-30 13:33:23 +08:00
parent 3705db4aab
commit 3c0b7e754c
7 changed files with 15 additions and 7 deletions

View File

@@ -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);
}];
//