Merge pull request 'fix-new-laudo' (#39) from feature/ajustes-visuais into develop
Reviewed-on: #39
This commit is contained in:
commit
caed16fabd
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user