refactor: 디자인 작업 반영

main
minuk926 3 years ago
parent bf52b894be
commit b2947e0c3d

@ -235,6 +235,8 @@
border: 1px solid #525a73; border: 1px solid #525a73;
border-width: 5px 1px 1px 0px; border-width: 5px 1px 1px 0px;
padding: 8px; padding: 8px;
position: sticky;
top:-2px;
} }
.css-t78vwc-MuiTableCell-root.MuiTableCell-body { .css-t78vwc-MuiTableCell-root.MuiTableCell-body {
border-right: 1px solid #525a73 !important; border-right: 1px solid #525a73 !important;
@ -273,13 +275,8 @@
// //
.css-6dzwqk-MuiGrid-root { .css-6dzwqk-MuiGrid-root {
border: 0px solid yellow; border: 0px solid yellow;
padding-left: 0px !important; padding-left: 9px !important;
} }
//
.css-1j73dtm-MuiGrid-root{
padding-left: 0px !important;
}

@ -122,7 +122,7 @@ const ModalJudgeResult = ({ totJudgeUsers, totJudgeUserData, judgeCars, judgeUse
</Grid> </Grid>
<Paper sx={{ width: '100%', overflow: 'hidden' }}> <Paper sx={{ width: '100%', overflow: 'hidden' }}>
<TableContainer sx={{ maxwidth: 950, maxHeight: 700 }}> <TableContainer sx={{ maxwidth: 950, maxHeight: 700 }}>
<Table stickyHeader aria-label="sticky table" sx={{ top: '-1' }}> <Table stickyHeader aria-label="sticky table">
<TableHead> <TableHead>
<TableRow> <TableRow>
{/* <StyledTableCell align="center" style={{ minWidth: 80 }} hidden> */} {/* <StyledTableCell align="center" style={{ minWidth: 80 }} hidden> */}

Loading…
Cancel
Save