fix: adjust width of file uploader component (#14328)

This commit is contained in:
Wu Tianwei 2025-02-25 17:47:48 +08:00 committed by GitHub
parent 4a6cbda1b4
commit 91a218b29d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -243,7 +243,7 @@ const FileUploader = ({
}, [handleDrop])
return (
<div className="mb-5 max-w-[640px]">
<div className="mb-5 w-[640px]">
{!hideUpload && (
<input
ref={fileUploader}