develop #83

Merged
M-Gabrielly merged 426 commits from develop into main 2025-12-04 04:13:15 +00:00
Showing only changes of commit caed16fabd - Show all commits

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>