added new image

This commit is contained in:
2026-02-24 18:29:42 -06:00
parent 01eafd4038
commit edb2fd2664
6 changed files with 65 additions and 2025 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
}
.restarPass{
margin-top: 2rem;
margin-top: 3rem;
height: fit-content;
}
+7 -7
View File
@@ -160,13 +160,6 @@ export default function Page() {
>
Nuevo
</button>
<button
className={`button buttonCancel ${styleprograms.button}`}
onClick={handleDelete}
>
Eliminar
</button>
</div>
</section>
)}
@@ -193,6 +186,13 @@ export default function Page() {
>
Cancelar
</button>
<button
className={`button buttonCancel ${styleprograms.button}`}
onClick={handleDelete}
>
Eliminar
</button>
</div>
</section>
)}
+14 -14
View File
@@ -72,22 +72,22 @@ export default function RegisterAlta(props: urlProp) {
await apiClient.post("/student", payload);
setSaved(true);
Swal.fire({
title: "Alumno registrado correctamente!",
icon: "success",
draggable: true,
});
Swal.fire({
title: "Alumno registrado correctamente!",
icon: "success",
draggable: true,
});
} catch (error) {
console.error("Error al guardar alumno:", error);
Swal.fire({
title: "Error al guardar alumno:!",
icon: "error",
draggable: true,
});
Swal.fire({
title: "Error al guardar alumno:!",
icon: "error",
draggable: true,
});
}
};
+7 -1
View File
@@ -1,5 +1,5 @@
.tableContainer {
margin-top: 1rem;
margin-top: 2rem;
width: 100%;
max-width: 450px;
overflow-x: hidden;
@@ -43,4 +43,10 @@
background-repeat: no-repeat;
margin-right: 6px;
vertical-align: middle;
}
@media(max-width:800px) {
.tableContainer {
margin-top: 0px;
}
}
+3
View File
@@ -13,6 +13,9 @@ export const metadata: Metadata = {
description: "Servicio de administracion de la FES Acatlan",
authors: [{ name: "FES Acatlán" }],
creator: "Lino,Carlos,Axel",
icons: {
icon: "/icon.svg",
},
};
export default function RootLayout({
+33 -2002
View File
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 39 KiB