Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1749 | Rev 1756 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1749 Rev 1755
Línea 21... Línea 21...
21
    fontWeight: '600'
21
    fontWeight: '600'
22
  },
22
  },
23
  [`&.${tableCellClasses.body}`]: {
23
  [`&.${tableCellClasses.body}`]: {
24
    position: 'relative',
24
    position: 'relative',
25
    borderRight: '1px solid',
25
    borderRight: '1px solid',
26
    borderBottom: 'none',
26
    fontWeight: '500',
-
 
27
    '&:last-child': {
27
    fontWeight: '500'
28
      borderBottom: 'none'
-
 
29
    }
28
  }
30
  }
29
}))
31
}))
Línea 30... Línea 32...
30
 
32
 
31
export default function ReportTable({ reports = [] }) {
33
export default function ReportTable({ reports = [] }) {