mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: Optimize the print style some financial reports
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user