ajuste posicao percentuais
This commit is contained in:
parent
1aca9f8de1
commit
d7ab072622
|
|
@ -705,7 +705,7 @@ export default function Teste() {
|
|||
<div className="flex-1 min-w-[120px] max-w-[150px] text-right px-2">
|
||||
{mes}
|
||||
</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>
|
||||
|
|
@ -755,7 +755,7 @@ export default function Teste() {
|
|||
: '-'}
|
||||
</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)}
|
||||
>
|
||||
{row.percentuaisPorMes &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue