ajuste de tamanho de tela
This commit is contained in:
parent
4cb38c0eb9
commit
c83b1005e1
|
|
@ -145,8 +145,8 @@ export default function AnaliticoComponent({ filtros }: AnaliticoProps) {
|
||||||
}, 0);
|
}, 0);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="w-full mt-6 border-t pt-4">
|
<div className="w-full mt-2 border-t pt-1">
|
||||||
<div className="flex justify-between items-center mb-4">
|
<div className="flex justify-center items-center mb-1">
|
||||||
<h2 className="text-lg font-bold">Análise Analítica</h2>
|
<h2 className="text-lg font-bold">Análise Analítica</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -182,7 +182,7 @@ export default function AnaliticoComponent({ filtros }: AnaliticoProps) {
|
||||||
{/* Resumo */}
|
{/* Resumo */}
|
||||||
|
|
||||||
{/* Tabela */}
|
{/* Tabela */}
|
||||||
<div className="w-full max-h-[400px] overflow-y-auto border rounded-md relative">
|
<div className="w-[95%] max-h-[400px] overflow-y-auto border rounded-md relative mx-auto">
|
||||||
{/* Header fixo */}
|
{/* Header fixo */}
|
||||||
<div
|
<div
|
||||||
className="sticky top-0 z-30 border-b shadow-sm"
|
className="sticky top-0 z-30 border-b shadow-sm"
|
||||||
|
|
@ -273,7 +273,7 @@ export default function AnaliticoComponent({ filtros }: AnaliticoProps) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{data.length > 0 && (
|
{data.length > 0 && (
|
||||||
<div className="mb-4 p-4 bg-blue-50 border rounded-md">
|
<div className="w-[95%] mb-4 p-4 bg-blue-50 border rounded-md mx-auto">
|
||||||
<div className="flex justify-between items-center">
|
<div className="flex justify-between items-center">
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-sm font-semibold">
|
<h3 className="text-sm font-semibold">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue