colors
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<!-- <th/>-->
|
||||
<th />
|
||||
<th>Saldo</th>
|
||||
<th v-for="amount in sums" class="border-left">
|
||||
<th v-for="amount in sums" class="border-left" :class="{ inplus: amount > 0, inminus: amount < 0 }">
|
||||
<span class="bold">{{ amount }}</span>
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user