fix: 背景渲染问题

This commit is contained in:
2025-12-09 18:27:58 +08:00
parent 3cc014a277
commit dc6f73637a
8 changed files with 13 additions and 50 deletions

View File

@@ -212,7 +212,6 @@ function CommentItem(props: {
)}
key={comment.id}
id={`comment_id_${comment.id}`}
catchtouchmove
>
<View style={{ width: level === 1 ? "36px" : "28px" }}>
<Image