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

@@ -21,4 +21,5 @@ block content
each row in table.rows
tr(class=row.classNames)
each cell in row.cells
td(class='cell--' + cell.key)!= cell.value
td(class='cell--' + cell.key)
span!= cell.value