refactor: 디자인 작업 반영

main
minuk926 3 years ago
parent bf52b894be
commit b2947e0c3d

@ -235,6 +235,8 @@
border: 1px solid #525a73;
border-width: 5px 1px 1px 0px;
padding: 8px;
position: sticky;
top:-2px;
}
.css-t78vwc-MuiTableCell-root.MuiTableCell-body {
border-right: 1px solid #525a73 !important;
@ -273,13 +275,8 @@
//
.css-6dzwqk-MuiGrid-root {
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>
<Paper sx={{ width: '100%', overflow: 'hidden' }}>
<TableContainer sx={{ maxwidth: 950, maxHeight: 700 }}>
<Table stickyHeader aria-label="sticky table" sx={{ top: '-1' }}>
<Table stickyHeader aria-label="sticky table">
<TableHead>
<TableRow>
{/* <StyledTableCell align="center" style={{ minWidth: 80 }} hidden> */}

Loading…
Cancel
Save