|
|
@ -116,7 +116,7 @@ const ProcessParkingJudge = (props) => {
|
|
|
|
<Grid item xs={12}>
|
|
|
|
<Grid item xs={12}>
|
|
|
|
{selectedImg && (
|
|
|
|
{selectedImg && (
|
|
|
|
<ImageList sx={{ width: '100%', height: 554, margin: '0' }}>
|
|
|
|
<ImageList sx={{ width: '100%', height: 554, margin: '0' }}>
|
|
|
|
<img src={selectedImg.url} alt={selectedImg.imgName} loading="lazy" />
|
|
|
|
<img style={{ maxWidth: '690px' }} resizemode="contain" src={selectedImg.url} alt={selectedImg.imgName} loading="lazy" />
|
|
|
|
</ImageList>
|
|
|
|
</ImageList>
|
|
|
|
)}
|
|
|
|
)}
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|