fix: the images in the image upload component are forced to enlarge #1039

This commit is contained in:
shuai
2024-07-24 10:57:04 +08:00
parent 3a1e268a17
commit 75bd7214e7
+1 -2
View File
@@ -56,8 +56,7 @@ const Index: FC<Props> = ({
className={classNames(imgClassNames)}
src={value}
alt=""
height="100%"
width="100%"
style={{ maxWidth: '100%', maxHeight: '100%' }}
/>
</div>
<ButtonGroup vertical className="fit-content">