Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rztime committed Nov 21, 2024
1 parent e27fc6c commit 9196e71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RZRichTextView/Classes/RZAttachmentInfoLayerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ open class RZAttachmentInfoLayerView: UIView, RZAttachmentInfoLayerProtocol {
make.centerY.equalToSuperview()
}),
line.qmakeConstraints({ make in
make.left.right.centerY.equalTo(self.nameLabel)
make.left.equalTo(self.audioPlayBtn.snp.right).offset(15)
make.right.equalToSuperview().inset(15)
make.centerY.equalToSuperview()
make.height.equalTo(1)
}),
])
Expand Down

0 comments on commit 9196e71

Please sign in to comment.