mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
chore: adjust styling
This commit is contained in:
@@ -55,7 +55,7 @@ const StockProductWarehouseTable = ({
|
|||||||
onPageChange={setPage}
|
onPageChange={setPage}
|
||||||
onPageSizeChange={setPageSize}
|
onPageSizeChange={setPageSize}
|
||||||
className={{
|
className={{
|
||||||
containerClassName: 'mt-6',
|
containerClassName: 'mt-6 mb-0',
|
||||||
tableWrapperClassName: 'overflow-x-auto min-h-full!',
|
tableWrapperClassName: 'overflow-x-auto min-h-full!',
|
||||||
tableClassName: 'font-inter w-full table-auto min-h-full!',
|
tableClassName: 'font-inter w-full table-auto min-h-full!',
|
||||||
headerRowClassName: 'border-b border-b-gray-200',
|
headerRowClassName: 'border-b border-b-gray-200',
|
||||||
|
|||||||
@@ -732,7 +732,7 @@ const CustomerPaymentTab = ({ tabId }: CustomerPaymentTabProps) => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{!isLoading && data.length > 0 && meta && (
|
{!isLoading && data.length > 0 && meta && (
|
||||||
<div className='max-w-sm ml-auto'>
|
<div className='w-full ml-auto'>
|
||||||
<Pagination
|
<Pagination
|
||||||
totalItems={meta.total_results || 0}
|
totalItems={meta.total_results || 0}
|
||||||
itemsPerPage={meta.limit || 0}
|
itemsPerPage={meta.limit || 0}
|
||||||
|
|||||||
@@ -664,7 +664,7 @@ const DebtSupplierTab = ({ tabId }: DebtSupplierTabProps) => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{!isLoading && data.length > 0 && meta && (
|
{!isLoading && data.length > 0 && meta && (
|
||||||
<div className='max-w-sm ml-auto'>
|
<div className='w-full ml-auto'>
|
||||||
<Pagination
|
<Pagination
|
||||||
totalItems={meta.total_results || 0}
|
totalItems={meta.total_results || 0}
|
||||||
itemsPerPage={meta.limit || 0}
|
itemsPerPage={meta.limit || 0}
|
||||||
|
|||||||
Reference in New Issue
Block a user