Added the balance sheet in the accounting application.

This commit is contained in:
2020-07-21 00:31:31 +08:00
parent c2c8ee66ab
commit a18df0e928
4 changed files with 405 additions and 3 deletions

View File

@ -152,7 +152,7 @@
}
.balance-sheet-table tbody {
}
.balance-sheet-table .second-level-header {
.balance-sheet-table .group-title {
font-size: 1.1em;
font-weight: bolder;
}
@ -181,7 +181,7 @@
font-weight: bolder;
border-bottom: thick double slategray;
}
.balance-sheet-list .second-level-header {
.balance-sheet-list .group-title {
font-size: 1.1em;
font-weight: bolder;
}