【发布时间】:2019-11-21 06:21:39
【问题描述】:
这是我的代码
https://stackblitz.com/edit/react-me9rk9
attached screenshot for your reference
return (
<Card className={classes.card} >
<CardContent>
<Grid container justify="space-between">
<Grid item container spacing={0} alignItems="center" justify="left">
<Grid container direction="row" alignItems="flex-start">
<AssessmentOutline color="primary" className={classes.largeIcon} />
<Grid >
<Typography color="textPrimary" gutterBottom variant="h1">20</Typography>
<Typography color="textPrimary" gutterBottom variant="h6">Assessment Due</Typography>
</Grid>
</Grid>
</Grid>
</Grid>
</CardContent>
</Card>
);
【问题讨论】:
-
你能更新你的代码吗?没有什么像你的形象。
标签: reactjs material-ui