From 2894d4d349e499ac9e31e00062df66394fb0c967 Mon Sep 17 00:00:00 2001 From: jls846 Date: Sun, 26 Oct 2025 15:44:22 -0600 Subject: [PATCH] modificaciones a vista Agregar nuevo equipo --- src/app/AgregarEquipo/page.tsx | 9 +++++---- src/app/styles/layout/agregarEquipo.scss | 5 +---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/app/AgregarEquipo/page.tsx b/src/app/AgregarEquipo/page.tsx index 250c092..5106777 100644 --- a/src/app/AgregarEquipo/page.tsx +++ b/src/app/AgregarEquipo/page.tsx @@ -120,6 +120,11 @@ const mostrarCamposComputadora = formData.tipoEquipo !== "Impresora"; + + + + {/* Columna Centro */} +
-
- - {/* Columna Centro */} -
{/* Mostrar SO y Procesador solo si NO es impresora */} {mostrarCamposComputadora && ( <> diff --git a/src/app/styles/layout/agregarEquipo.scss b/src/app/styles/layout/agregarEquipo.scss index f098e1b..c57a941 100644 --- a/src/app/styles/layout/agregarEquipo.scss +++ b/src/app/styles/layout/agregarEquipo.scss @@ -23,7 +23,6 @@ .equipoForm { display: flex; gap: 30px; - margin-bottom: 20px; .column { flex: 1; @@ -88,9 +87,7 @@ .formActions { display: flex; justify-content: flex-end; - gap: 10px; - margin-top: 20px; - + gap: 30px; .btnGuardar { background-color: #ffb700; color: #000;