|
|
|
@ -30,9 +30,6 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
|
|
|
|
|
borderRight: '1px solid #525a73 !important',
|
|
|
|
|
borderBottom: '1px solid #525a73 !important',
|
|
|
|
|
padding: '8px'
|
|
|
|
|
// border: '1px solid #525a73', // #525a73;
|
|
|
|
|
// overflow: 'initial',
|
|
|
|
|
// borderWidth: '0px 1px 1px 0px'
|
|
|
|
|
}
|
|
|
|
|
}));
|
|
|
|
|
|
|
|
|
@ -46,16 +43,6 @@ const StyledTableRow = styled(TableRow)(({ theme }) => ({
|
|
|
|
|
}
|
|
|
|
|
}));
|
|
|
|
|
|
|
|
|
|
// const StyledTableHead = styled(TableHead)(({ theme }) => ({
|
|
|
|
|
// [`&.${tableCellClasses.head}`]: {
|
|
|
|
|
// backgroundColor: theme.palette.common.black,
|
|
|
|
|
// color: theme.palette.common.white
|
|
|
|
|
// },
|
|
|
|
|
// [`&.${tableCellClasses.body}`]: {
|
|
|
|
|
// // fontSize: 14
|
|
|
|
|
// }
|
|
|
|
|
// }));
|
|
|
|
|
|
|
|
|
|
const totLabel = ['부과', '서손', '미부과', '계'];
|
|
|
|
|
|
|
|
|
|
const ModalJudgeResult = ({ totJudgeUsers, totJudgeUserData, judgeCars, judgeUserData, selectedRow, judgeTeam, judgeData, dataGb }) => {
|
|
|
|
|