Skip to content

Commit

Permalink
fix design
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak committed Jun 21, 2024
1 parent 38a01f4 commit c470fe2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/pages/Dashbord/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export default function Dashboard() {
justifyContent: 'center',
}}
>
<Paper sx={{ p: 2, display: 'flex', flexDirection: 'column' }}>
<Paper sx={{ p: 4, display: 'flex', flexDirection: 'column' }}>
<Reoports />
</Paper>
</Grid>
Expand Down
8 changes: 1 addition & 7 deletions src/pages/Dashbord/ListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,7 @@ export const secondaryListItems = (
<ListItemIcon>
<AssignmentIcon />
</ListItemIcon>
<ListItemText primary="과목 관리" />
</ListItemButton>
<ListItemButton>
<ListItemIcon>
<AssignmentIcon />
</ListItemIcon>
<ListItemText primary="시간표" />
<ListItemText primary="과목 개설" />
</ListItemButton>
</React.Fragment>
);
6 changes: 3 additions & 3 deletions src/pages/Dashbord/Reports.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ export default function Reoports() {
<Table size="small">
<TableHead>
<TableRow>
<TableCell>날짜</TableCell>
<TableCell>교수이름</TableCell>
<TableCell>과목명</TableCell>
<TableCell style={{ width: '9.2%' }}>날짜</TableCell>
<TableCell style={{ width: '11%' }}>교수이름</TableCell>
<TableCell style={{ width: '13%' }}>과목명</TableCell>
<TableCell>신고내용</TableCell>
<TableCell>처리여부</TableCell>
</TableRow>
Expand Down

0 comments on commit c470fe2

Please sign in to comment.