fix: the images in the image upload component are forced to enlarge #1039
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user