ajuste posicao percentuais

This commit is contained in:
Felipe Batista 2025-10-08 17:54:28 -03:00
parent 1aca9f8de1
commit d7ab072622
1 changed files with 2 additions and 2 deletions

View File

@ -705,7 +705,7 @@ export default function Teste() {
<div className="flex-1 min-w-[120px] max-w-[150px] text-right px-2"> <div className="flex-1 min-w-[120px] max-w-[150px] text-right px-2">
{mes} {mes}
</div> </div>
<div className="flex-1 min-w-[120px] max-w-[150px] text-right px-2 text-xs text-muted-foreground"> <div className="flex-1 min-w-[120px] max-w-[150px] text-left px-2 text-xs text-muted-foreground pl-2.5">
% %
</div> </div>
</div> </div>
@ -755,7 +755,7 @@ export default function Teste() {
: '-'} : '-'}
</div> </div>
<div <div
className="flex-1 min-w-[120px] max-w-[150px] text-right font-medium p-1 border-b px-1 text-xs cursor-pointer hover:bg-blue-50" className="flex-1 min-w-[120px] max-w-[150px] text-left font-medium p-1 border-b px-1 text-xs cursor-pointer hover:bg-blue-50 pl-2.5"
onClick={() => handleRowClick(row, mes)} onClick={() => handleRowClick(row, mes)}
> >
{row.percentuaisPorMes && {row.percentuaisPorMes &&