mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refactor(FE-361): Remove wrapper top margin and clear table margin
This commit is contained in:
@@ -403,7 +403,7 @@ const PurchasesPerSupplierTab = () => {
|
|||||||
key={supplier.id}
|
key={supplier.id}
|
||||||
title={supplier.supplier}
|
title={supplier.supplier}
|
||||||
subtitle={`Total Pembelian: ${formatCurrency(totalPurchase)}`}
|
subtitle={`Total Pembelian: ${formatCurrency(totalPurchase)}`}
|
||||||
className={{ wrapper: 'mt-6 w-full' }}
|
className={{ wrapper: 'w-full' }}
|
||||||
collapsible={true}
|
collapsible={true}
|
||||||
>
|
>
|
||||||
<Table
|
<Table
|
||||||
@@ -412,6 +412,7 @@ const PurchasesPerSupplierTab = () => {
|
|||||||
pageSize={10}
|
pageSize={10}
|
||||||
renderFooter={supplier.items.length > 0}
|
renderFooter={supplier.items.length > 0}
|
||||||
className={{
|
className={{
|
||||||
|
containerClassName: 'mb-0!',
|
||||||
tableWrapperClassName: 'overflow-x-auto mt-4',
|
tableWrapperClassName: 'overflow-x-auto mt-4',
|
||||||
tableClassName: 'w-full table-auto text-sm',
|
tableClassName: 'w-full table-auto text-sm',
|
||||||
headerRowClassName: 'border-b border-b-gray-200 bg-gray-50',
|
headerRowClassName: 'border-b border-b-gray-200 bg-gray-50',
|
||||||
|
|||||||
Reference in New Issue
Block a user