upload file

This commit is contained in:
Yasiu1376
2023-07-22 17:26:19 +03:30
parent 6ab080c26b
commit 8866cbc52f
13 changed files with 155 additions and 20 deletions

View File

@@ -92,7 +92,8 @@ const UploadSystem = ({
cursor: "pointer",
objectFit: "contain",
border: "1px solid #b3b3b3",
borderRadius: "10px",
borderTopRightRadius: "10px",
borderTopLeftRadius: "10px",
borderBottom: "unset",
padding: "5px",
}}
@@ -106,10 +107,12 @@ const UploadSystem = ({
height: imageSize[1],
display: "flex",
border: "1px solid #b3b3b3",
borderRadius: "10px",
borderTopRightRadius: "10px",
borderTopLeftRadius: "10px",
borderBottom: "unset",
alignItems: "center",
justifyContent: "center",
cursor: "pointer",
}}
onClick={handleClick}
>