modificaciones a vista Agregar nuevo equipo
This commit is contained in:
@@ -120,6 +120,11 @@ const mostrarCamposComputadora = formData.tipoEquipo !== "Impresora";
|
||||
<option value="En reparación">En reparación</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
{/* Columna Centro */}
|
||||
<div className="column">
|
||||
<div className="formGroup">
|
||||
<label>Tipo uso</label>
|
||||
<select
|
||||
@@ -134,10 +139,6 @@ const mostrarCamposComputadora = formData.tipoEquipo !== "Impresora";
|
||||
<option value="laboratorio">laboratorio</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Columna Centro */}
|
||||
<div className="column">
|
||||
{/* Mostrar SO y Procesador solo si NO es impresora */}
|
||||
{mostrarCamposComputadora && (
|
||||
<>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user