modified styles tables

This commit is contained in:
2025-10-14 14:27:03 -06:00
parent c8e81c999f
commit 83f6a00307
17 changed files with 135 additions and 156 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ interface reportes {
function PorRecibos() {
const [reportes, SetQuitarSanciones] = useState<reportes[]>([]);
return (
<div className={styles.tableContainer}>
<table className={styles.machineTable}>
<div>
<table>
<thead>
<tr>
<th>Servicio</th>
+2 -2
View File
@@ -13,8 +13,8 @@ interface servicios {
function PorServicios() {
const [recibos, setRecibos] = useState<servicios[]>([]);
return (
<div className={styles.tableContainer}>
<table className={styles.machineTable}>
<div>
<table>
<thead>
<tr>
<th>Folio Recibo</th>