From a0e8c600820fb5eff9a8dc84212de6051f18657e Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Fri, 8 May 2026 18:57:37 +0700 Subject: [PATCH] chore: adjust styling --- .../inventory/product/detail/StockProductWarehouseTable.tsx | 2 +- src/components/pages/report/finance/tab/CustomerPaymentTab.tsx | 2 +- src/components/pages/report/finance/tab/DebtSupplierTab.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/pages/inventory/product/detail/StockProductWarehouseTable.tsx b/src/components/pages/inventory/product/detail/StockProductWarehouseTable.tsx index 4d361c5c..8b36ee4b 100644 --- a/src/components/pages/inventory/product/detail/StockProductWarehouseTable.tsx +++ b/src/components/pages/inventory/product/detail/StockProductWarehouseTable.tsx @@ -55,7 +55,7 @@ const StockProductWarehouseTable = ({ onPageChange={setPage} onPageSizeChange={setPageSize} className={{ - containerClassName: 'mt-6', + containerClassName: 'mt-6 mb-0', tableWrapperClassName: 'overflow-x-auto min-h-full!', tableClassName: 'font-inter w-full table-auto min-h-full!', headerRowClassName: 'border-b border-b-gray-200', diff --git a/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx b/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx index ad59cfb0..55cf08f3 100644 --- a/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx +++ b/src/components/pages/report/finance/tab/CustomerPaymentTab.tsx @@ -732,7 +732,7 @@ const CustomerPaymentTab = ({ tabId }: CustomerPaymentTabProps) => { )} {!isLoading && data.length > 0 && meta && ( -
+
{ )} {!isLoading && data.length > 0 && meta && ( -
+