fix: dashboard fix

main
minuk926 2 years ago
parent 3a5b0ca84c
commit d0ba54e818

@ -155,13 +155,13 @@ const Dashboard = () => {
return ( return (
<Grid container spacing={gridSpacing}> <Grid container spacing={gridSpacing}>
<Grid item xs={12}> <Grid item xs={12}>
<Typography variant="h4">공지사항</Typography> <Typography variant="subtitle1">공지사항</Typography>
<MuiDataGrid columns={columns} rowsState={rowsState} totalCount={totalCount || 0} setRowsState={setRowsState} gridHeight={250} /> <MuiDataGrid columns={columns} rowsState={rowsState} totalCount={totalCount || 0} setRowsState={setRowsState} gridHeight={250} />
</Grid> </Grid>
<Grid item xs={12}> <Grid item xs={12}>
<Grid container spacing={gridSpacing}> <Grid container spacing={gridSpacing}>
<Grid item xs={4}> <Grid item xs={4}>
<Typography variant="h4">주정차심사자현황 (심사종료일 : {msEdate1})</Typography> <Typography variant="subtitle1">주정차심사자현황 (심사종료일 : {msEdate1})</Typography>
<MuiDataGrid <MuiDataGrid
columns={judgeColumns} columns={judgeColumns}
rowsState={rowsState1} rowsState={rowsState1}
@ -171,7 +171,7 @@ const Dashboard = () => {
/> />
</Grid> </Grid>
<Grid item xs={4}> <Grid item xs={4}>
<Typography variant="h4">거주자심사자현황 (심사종료일 : {msEdate2})</Typography> <Typography variant="subtitle1">거주자심사자현황 (심사종료일 : {msEdate2})</Typography>
<MuiDataGrid <MuiDataGrid
columns={judgeColumns} columns={judgeColumns}
rowsState={rowsState2} rowsState={rowsState2}
@ -181,7 +181,7 @@ const Dashboard = () => {
/> />
</Grid> </Grid>
<Grid item xs={4}> <Grid item xs={4}>
<Typography variant="h4">장애인심사자현황 (심사종료일 : {msEdate3})</Typography> <Typography variant="subtitle1">장애인심사자현황 (심사종료일 : {msEdate3})</Typography>
<MuiDataGrid <MuiDataGrid
columns={judgeColumns} columns={judgeColumns}
rowsState={rowsState3} rowsState={rowsState3}

Loading…
Cancel
Save