Prechádzať zdrojové kódy

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

Wu Tianwei 1 mesiac pred
rodič
commit
91a218b29d

+ 1 - 1
web/app/components/datasets/create/file-uploader/index.tsx

@@ -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}