Fix: Cards will not overlap and text will not be obscured when using medium screen size devices such as iPad (#112)

This commit is contained in:
AHdark 2022-05-24 11:05:18 +08:00 committed by GitHub
parent f584b98b57
commit 9f9a8decfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,7 +287,7 @@ class MyShareCompoment extends Component {
</FormControl>
</Grid>
</Grid>
<Grid container spacing={24} className={classes.gird}>
<Grid container spacing={2} className={classes.gird}>
{this.state.shareList.length === 0 && (
<Nothing primary={t("share.noRecords")} />
)}
@ -295,7 +295,8 @@ class MyShareCompoment extends Component {
<Grid
item
xs={12}
sm={4}
sm={6}
md={4}
key={value.id}
className={classes.cardContainer}
>