Merge pull request 'fix-new-laudo' (#39) from feature/ajustes-visuais into develop

Reviewed-on: #39
This commit is contained in:
JoaoGustavo-dev 2025-10-07 01:15:16 +00:00
commit caed16fabd

View File

@ -2498,7 +2498,7 @@ Nevo melanocítico benigno. Seguimento clínico recomendado.
)} )}
{activeTab === "campos" && ( {activeTab === "campos" && (
<div className="flex-1 p-4 space-y-4"> <div className="flex-1 p-4 space-y-4 max-h-[500px] overflow-y-auto">
<div> <div>
<Label htmlFor="cid">CID</Label> <Label htmlFor="cid">CID</Label>
<Input <Input
@ -2572,6 +2572,7 @@ Nevo melanocítico benigno. Seguimento clínico recomendado.
variant="outline" variant="outline"
size="sm" size="sm"
onClick={() => sigCanvasRef.current?.clear()} onClick={() => sigCanvasRef.current?.clear()}
className="cursor-pointer hover:bg-blue-50 dark:hover:bg-accent dark:hover:text-accent-foreground"
> >
Limpar Limpar
</Button> </Button>