From 921586b0e17aac183736c540341a6a79d4a15e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=20Gon=C3=A7aalves?= Date: Wed, 22 Oct 2025 19:36:10 -0300 Subject: [PATCH] fix: ajuste na altura da tabela analitica --- src/app/DRE/analitico.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/DRE/analitico.tsx b/src/app/DRE/analitico.tsx index cc87d24..2457361 100644 --- a/src/app/DRE/analitico.tsx +++ b/src/app/DRE/analitico.tsx @@ -824,7 +824,7 @@ export default function AnaliticoComponent({ filtros }: AnaliticoProps) { {/* DataGridPro */} - +
@@ -966,25 +966,25 @@ export default function AnaliticoComponent({ filtros }: AnaliticoProps) { style: "currency", currency: "BRL", }).format(columnTotals.valorRealizado)} -
+
{new Intl.NumberFormat("pt-BR", { style: "currency", currency: "BRL", }).format(columnTotals.valorPrevisto)} -
+
{new Intl.NumberFormat("pt-BR", { style: "currency", currency: "BRL", }).format(columnTotals.valorConfirmado)} -
+
{new Intl.NumberFormat("pt-BR", { style: "currency", currency: "BRL", }).format(columnTotals.valorPago)} -
+ {/* Espaçamento para o resto */}
{/* Historico */}