mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: customers/vendor reports.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
.financial-sheet {
|
||||
&--customer-transactions,
|
||||
&--vendor-transactions {
|
||||
width: 100%;
|
||||
|
||||
.financial-sheet__table {
|
||||
.tbody,
|
||||
.thead {
|
||||
@@ -31,7 +33,7 @@
|
||||
}
|
||||
}
|
||||
.tr:not(.no-results) .td {
|
||||
// border-left: 1px solid #ececec;
|
||||
border-left: 1px solid #ececec;
|
||||
}
|
||||
|
||||
.tr.row-type {
|
||||
@@ -43,7 +45,7 @@
|
||||
font-weight: 500;
|
||||
}
|
||||
&.name {
|
||||
border-left-color: transparent;
|
||||
// border-left-color: transparent;
|
||||
}
|
||||
}
|
||||
&:not(:first-child).is-expanded .td {
|
||||
@@ -55,6 +57,14 @@
|
||||
&--CLOSING_BALANCE {
|
||||
font-weight: 500;
|
||||
}
|
||||
&--CUSTOMER,
|
||||
&--VENDOR {
|
||||
&.is-expanded{
|
||||
.td.running_balance .cell-inner{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
&--CUSTOMER:last-child {
|
||||
.td {
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
||||
Reference in New Issue
Block a user