added censado por and tring to fix reportes

This commit is contained in:
2025-12-05 16:52:31 -06:00
parent 41cfb9bddc
commit e71bbc4987
14 changed files with 131 additions and 81 deletions
@@ -24,7 +24,7 @@
.tabla-contenedor {
background: white;
padding: 20px;
padding: 1rem;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
overflow-x: auto;
@@ -41,14 +41,15 @@
th,
td {
text-align: center;
border: 1px solid #ddd;
padding: 12px;
padding: 5px;
}
th {
color: white;
font-weight: 600;
font-size: 15px;
font-size: 13px;
}
td {