mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
fix: adjust width of file uploader component (#14328)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user