mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
refactor(FE): Refactor table and tab styles for consistent spacing and
layout
This commit is contained in:
@@ -82,7 +82,7 @@ const FinanceClosingTable = ({
|
||||
}, [finance]);
|
||||
|
||||
return (
|
||||
<div className='flex flex-col gap-4 p-0 sm:p-3'>
|
||||
<div className='flex flex-col gap-4 pt-3'>
|
||||
{isLoading ? (
|
||||
<FinanceClosingSkeleton />
|
||||
) : !isResponseSuccess(finance) ? (
|
||||
|
||||
@@ -91,7 +91,7 @@ const HppExpeditionClosingTable = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<div className='w-full p-0 sm:p-3'>
|
||||
<div className='w-full pt-3'>
|
||||
<Card
|
||||
className={{
|
||||
wrapper: 'w-full rounded-lg border-none',
|
||||
|
||||
@@ -209,7 +209,7 @@ const OverheadClosingTable = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<div className='w-full p-0 sm:p-3'>
|
||||
<div className='w-full pt-3'>
|
||||
<Card
|
||||
className={{
|
||||
wrapper: 'w-full rounded-lg border-none',
|
||||
|
||||
@@ -316,7 +316,7 @@ const SalesClosingTable = ({ projectFlockId }: SalesClosingTableProps) => {
|
||||
);
|
||||
|
||||
return (
|
||||
<div className='w-full p-0 sm:p-3'>
|
||||
<div className='w-full pt-3'>
|
||||
<Card
|
||||
className={{
|
||||
wrapper: 'w-full rounded-lg border-none',
|
||||
|
||||
@@ -179,7 +179,7 @@ const SapronakCalculationClosingTable = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<div className='flex flex-col gap-4'>
|
||||
<div className='flex flex-col gap-4 pt-3'>
|
||||
{/* Table DOC jika kategori Project Flock Growing */}
|
||||
<Card
|
||||
title={
|
||||
|
||||
@@ -116,7 +116,7 @@ const ClosingIncomingSapronaksTable = ({
|
||||
}, [sorting, updateFilter]);
|
||||
|
||||
return (
|
||||
<div className='w-full'>
|
||||
<div className='w-full pt-3'>
|
||||
<Card
|
||||
className={{
|
||||
wrapper: 'w-full rounded-lg',
|
||||
|
||||
Reference in New Issue
Block a user