Steven 7 月之前
父节点
当前提交
6eedd6ac68
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      KulexiuForStudent/Pods/TUIChat/TXChatMusicShareCell.m

+ 2 - 2
KulexiuForStudent/Pods/TUIChat/TXChatMusicShareCell.m

@@ -32,7 +32,7 @@
     [self.container addSubview:self.musicContentView];
 
     [self.musicContentView mas_makeConstraints:^(MASConstraintMaker *make) {
-        make.left.mas_equalTo(self.container.mas_right);
+        make.left.mas_equalTo(self.container.mas_left);
         make.top.mas_equalTo(self.container.mas_top);
         make.width.mas_equalTo(260);
         make.bottom.mas_equalTo(self.container.mas_bottom).offset(-10);
@@ -52,7 +52,7 @@
     }
     else {
         [self.musicContentView mas_remakeConstraints:^(MASConstraintMaker *make) {
-            make.right.mas_equalTo(self.container.mas_left);
+            make.right.mas_equalTo(self.container.mas_right);
             make.top.mas_equalTo(self.container.mas_top);
             make.width.mas_equalTo(260);
             make.bottom.mas_equalTo(self.container.mas_bottom).offset(-10);