This commit is contained in:
archer
2023-07-19 08:11:14 +08:00
parent 7fe2017ab6
commit 58cbf10c85
6 changed files with 41 additions and 65 deletions

View File

@@ -34,7 +34,8 @@ const FileSelect = ({ fileExtension, onSelectFile, isLoading, ...props }: Props)
>
<Flex justifyContent={'center'} alignItems={'center'}>
<MyIcon mr={1} name={'uploadFile'} w={'16px'} />
{' '}
{/* 拖拽文件至此,或{' '} */}
<Box ml={1} as={'span'} cursor={'pointer'} color={'myBlue.700'} onClick={onOpen}>
</Box>