From e3eecc69423921571e9fe5d14e85179979c57aee Mon Sep 17 00:00:00 2001 From: Sergio Nicolas Lavaise Date: Tue, 14 Apr 2026 21:23:37 -0300 Subject: [PATCH] =?UTF-8?q?Fix:=20Responsive=20en=20Cultivos=20y=20Camas?= =?UTF-8?q?=20para=20dispositivos=20m=C3=B3viles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sections/Cultivos.tsx | 58 +++++++++++++++++++------------------- src/sections/MapaCamas.tsx | 2 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/sections/Cultivos.tsx b/src/sections/Cultivos.tsx index fba9333..b35cf7c 100644 --- a/src/sections/Cultivos.tsx +++ b/src/sections/Cultivos.tsx @@ -180,7 +180,7 @@ export function Cultivos({ - @@ -229,7 +229,7 @@ export function Cultivos({ )} -
+
setFechaToma(e.target.value)} /> @@ -316,7 +316,7 @@ export function Cultivos({ Cargar Resultado Definitivo
-
+
setFechaResultado(e.target.value)} /> @@ -397,12 +397,12 @@ export function Cultivos({ const paciente = getPacienteById(cultivo.pacienteId); return ( - +
-
+
-
-
-

+
+

{paciente ? ( <> {(() => { @@ -424,50 +424,50 @@ export function Cultivos({ ) : 'Paciente no encontrado'}

-
+
- Toma: {cultivo.fechaToma} + {cultivo.fechaToma} - {cultivo.tipoMuestra} - + {cultivo.tipoMuestra} + {getEstadoLabel(cultivo.estado)}
-
+
{onActualizarCultivo && cultivo.estado === 'NAF/Pendiente' && ( <> - - )} {onActualizarCultivo && cultivo.estado === 'Parcial' && ( <> - - )} {onActualizarCultivo && (cultivo.estado === 'Positivo' || cultivo.estado === 'Negativo') && ( - )} -
diff --git a/src/sections/MapaCamas.tsx b/src/sections/MapaCamas.tsx index ced31f4..3227998 100644 --- a/src/sections/MapaCamas.tsx +++ b/src/sections/MapaCamas.tsx @@ -323,7 +323,7 @@ export function MapaCamas({

Acciones:

-
+
{cama.estado === 'Disponible' && (