tring to fix styles problems

This commit is contained in:
IO420
2025-10-02 20:47:38 -06:00
parent 70dc03d6d6
commit f07954eef2
24 changed files with 362 additions and 58 deletions
@@ -15,7 +15,7 @@ function BitacoraAlumno() {
return (
<>
<SearchDate />
<div className={styles.tableContainer}>
<div className={styles.tableContainer} style={{marginTop:"1rem"}}>
<table className={styles.machineTable}>
<thead>
<tr>
@@ -33,7 +33,7 @@ function BitacoraEquipo() {
</button>
</div>
</form>
<div className={styles.tableContainer}>
<div className={styles.tableContainer} style={{marginTop:"1rem"}}>
<table className={styles.machineTable}>
<thead>
<tr>
@@ -18,7 +18,7 @@ function BitacoraMesas() {
return (
<>
<SearchDate />
<div className={styles.tableContainer}>
<div className={styles.tableContainer} style={{marginTop:"1rem"}}>
<table className={styles.machineTable}>
<thead>
<tr>
@@ -20,7 +20,7 @@ export default async function Sanciones(props: { student?: Student }) {
Nombre={props.student.nombre}
/>
<TableSancion />
<TableSancion />
</>
)}
</>
@@ -41,8 +41,7 @@ export default function TableSancion() {
return (
<>
<h1>{sanciones}</h1>
<div className={styles.tableContainer}>
<div className={styles.tableContainer} style={{margin:"1rem 0"}}>
<table className={styles.machineTable}>
<thead>
<tr>
@@ -65,7 +64,7 @@ export default function TableSancion() {
</select>
</div>
</form>
<button className="button buttonSearch" onClick={handlebutton}>
<button className="button buttonSearch" style={{margin:"1rem 0"}} onClick={handlebutton}>
Aplicar sanción
</button>
</>