style: fix

This commit is contained in:
2025-11-10 07:37:17 +08:00
parent d51d18c18f
commit 61db1a7524
2 changed files with 13 additions and 6 deletions

View File

@@ -135,6 +135,8 @@ const CommentInput = forwardRef<CommentInputRef, CommentInputProps>(function (
placeholder={
params?.reply_to_user_id ? `回复 @${params.nickname}` : "写评论"
}
confirmType="send"
onConfirm={handleSend}
focus
maxlength={100}
/>