added new image
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
.restarPass{
|
||||
margin-top: 2rem;
|
||||
margin-top: 3rem;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
)}
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
@@ -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
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 39 KiB |
Reference in New Issue
Block a user