fix: 背景渲染问题
This commit is contained in:
@@ -212,7 +212,6 @@ function CommentItem(props: {
|
||||
)}
|
||||
key={comment.id}
|
||||
id={`comment_id_${comment.id}`}
|
||||
catchtouchmove
|
||||
>
|
||||
<View style={{ width: level === 1 ? "36px" : "28px" }}>
|
||||
<Image
|
||||
|
||||
Reference in New Issue
Block a user