fix: re-structure the system tables reports.

This commit is contained in:
a.bouhuolia
2022-02-16 18:44:10 +02:00
parent e6fcbfeea6
commit 79144ad4a5
15 changed files with 43 additions and 33 deletions

View File

@@ -0,0 +1,9 @@
import styled from 'styled-components';
import { DataTable } from 'components';
export const ReportDataTable = styled(DataTable)`
.table .tbody .tr.no-results:last-of-type .td {
border-bottom: 1px solid #ddd;
}
`;

View File

@@ -1,2 +1,3 @@
export * from './FinancialSheet';
export * from './FinancialSheetSkeleton';
export * from './FinancialSheetSkeleton';
export * from './ReportDataTable';