Revert "Ajustar layout campos paciente"
This reverts commit cd18eed15a.
This commit is contained in:
@@ -204,6 +204,14 @@ export function Pacientes({
|
|||||||
</SelectContent>
|
</SelectContent>
|
||||||
</Select>
|
</Select>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<Label>Historia Clínica</Label>
|
||||||
|
<Input
|
||||||
|
value={historiaClinica}
|
||||||
|
onChange={(e) => setHistoriaClinica(e.target.value)}
|
||||||
|
placeholder="Historia clínica..."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Label>Obra Social</Label>
|
<Label>Obra Social</Label>
|
||||||
<Input
|
<Input
|
||||||
@@ -220,14 +228,6 @@ export function Pacientes({
|
|||||||
placeholder="Nacionalidad del paciente"
|
placeholder="Nacionalidad del paciente"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
|
||||||
<Label>Historia Clínica</Label>
|
|
||||||
<Input
|
|
||||||
value={historiaClinica}
|
|
||||||
onChange={(e) => setHistoriaClinica(e.target.value)}
|
|
||||||
placeholder="Historia clínica..."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<Label>Dirección</Label>
|
<Label>Dirección</Label>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
Reference in New Issue
Block a user