fix: Optimize the print style some financial reports

This commit is contained in:
Ahmed Bouhuolia
2024-02-25 17:40:33 +02:00
parent b340776278
commit 71742c3480
10 changed files with 56 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ export enum IROW_TYPE {
export const HtmlTableCustomCss = `
table tr.row-type--total td{
border-top: 1px solid #bbb;
font-weight: 500;
font-weight: 600;
border-bottom: 3px double #000;
}