diff --git a/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx b/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx index ab3d2a29..e35a5b3f 100644 --- a/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx +++ b/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx @@ -403,7 +403,7 @@ const PurchasesPerSupplierTab = () => { key={supplier.id} title={supplier.supplier} subtitle={`Total Pembelian: ${formatCurrency(totalPurchase)}`} - className={{ wrapper: 'mt-6 w-full' }} + className={{ wrapper: 'w-full' }} collapsible={true} > { pageSize={10} renderFooter={supplier.items.length > 0} className={{ + containerClassName: 'mb-0!', tableWrapperClassName: 'overflow-x-auto mt-4', tableClassName: 'w-full table-auto text-sm', headerRowClassName: 'border-b border-b-gray-200 bg-gray-50',