mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refactor(FE): Remove unused CSS classes from table components
This commit is contained in:
@@ -258,15 +258,14 @@ const ProjectFlockClosingForm = ({
|
|||||||
]}
|
]}
|
||||||
className={{
|
className={{
|
||||||
containerClassName: 'mb-0',
|
containerClassName: 'mb-0',
|
||||||
tableWrapperClassName: 'overflow-x-auto min-h-full! max-w-120',
|
tableWrapperClassName: 'overflow-x-auto max-w-120',
|
||||||
tableClassName: 'font-inter w-full table-sm min-h-full!',
|
tableClassName: 'font-inter w-full table-sm',
|
||||||
headerRowClassName: 'border-b border-base-content/10',
|
headerRowClassName: 'border-b border-base-content/10',
|
||||||
headerColumnClassName:
|
headerColumnClassName:
|
||||||
'px-3 py-3 text-xs font-semibold text-gray-500 last:flex last:flex-row last:justify-end',
|
'px-3 py-3 text-xs font-semibold text-gray-500 last:flex last:flex-row last:justify-end',
|
||||||
bodyRowClassName: 'border-b border-base-content/10',
|
bodyRowClassName: 'border-b border-base-content/10',
|
||||||
bodyColumnClassName:
|
bodyColumnClassName:
|
||||||
'px-3 py-3 last:flex last:flex-row last:justify-end',
|
'px-3 py-3 last:flex last:flex-row last:justify-end',
|
||||||
paginationClassName: 'hidden',
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{/* {errorExpense && (
|
{/* {errorExpense && (
|
||||||
@@ -310,15 +309,14 @@ const ProjectFlockClosingForm = ({
|
|||||||
]}
|
]}
|
||||||
className={{
|
className={{
|
||||||
containerClassName: 'mb-0',
|
containerClassName: 'mb-0',
|
||||||
tableWrapperClassName: 'overflow-x-auto min-h-full! max-w-120',
|
tableWrapperClassName: 'overflow-x-auto max-w-120',
|
||||||
tableClassName: 'font-inter w-full table-sm min-h-full!',
|
tableClassName: 'font-inter w-full table-sm',
|
||||||
headerRowClassName: 'border-b border-base-content/10',
|
headerRowClassName: 'border-b border-base-content/10',
|
||||||
headerColumnClassName:
|
headerColumnClassName:
|
||||||
'px-3 py-3 text-xs font-semibold text-gray-500 last:flex last:flex-row last:justify-end',
|
'px-3 py-3 text-xs font-semibold text-gray-500 last:flex last:flex-row last:justify-end',
|
||||||
bodyRowClassName: 'border-b border-base-content/10',
|
bodyRowClassName: 'border-b border-base-content/10',
|
||||||
bodyColumnClassName:
|
bodyColumnClassName:
|
||||||
'px-3 py-3 last:flex last:flex-row last:justify-end',
|
'px-3 py-3 last:flex last:flex-row last:justify-end',
|
||||||
paginationClassName: 'hidden',
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{/* {errorStock && (
|
{/* {errorStock && (
|
||||||
|
|||||||
Reference in New Issue
Block a user