Changed Linebreak in Dashboard Accounting
This commit is contained in:
@@ -46,7 +46,7 @@ setupPage()
|
|||||||
<td
|
<td
|
||||||
v-if="unpaidInvoicesSum > 0"
|
v-if="unpaidInvoicesSum > 0"
|
||||||
class="text-rose-600 font-bold text-nowrap"
|
class="text-rose-600 font-bold text-nowrap"
|
||||||
>{{unpaidInvoicesCount}} Stk / {{useCurrency(unpaidInvoicesSum)}}</td>
|
>{{unpaidInvoicesCount}} Stk /<br> {{useCurrency(unpaidInvoicesSum)}}</td>
|
||||||
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00€</td>
|
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00€</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -54,7 +54,7 @@ setupPage()
|
|||||||
<td
|
<td
|
||||||
v-if="unpaidOverdueInvoicesSum > 0"
|
v-if="unpaidOverdueInvoicesSum > 0"
|
||||||
class="text-rose-600 font-bold text-nowrap"
|
class="text-rose-600 font-bold text-nowrap"
|
||||||
>{{unpaidOverdueInvoicesCount}} Stk / {{useCurrency(unpaidOverdueInvoicesSum)}}</td>
|
>{{unpaidOverdueInvoicesCount}} Stk /<br> {{useCurrency(unpaidOverdueInvoicesSum)}}</td>
|
||||||
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00€</td>
|
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00€</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -62,7 +62,7 @@ setupPage()
|
|||||||
<td
|
<td
|
||||||
v-if="draftInvoicesSum > 0"
|
v-if="draftInvoicesSum > 0"
|
||||||
class="text-rose-600 font-bold text-nowrap"
|
class="text-rose-600 font-bold text-nowrap"
|
||||||
>{{draftInvoicesCount}} Stk / {{useCurrency(draftInvoicesSum)}}</td>
|
>{{draftInvoicesCount}} Stk /<br> {{useCurrency(draftInvoicesSum)}}</td>
|
||||||
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00€</td>
|
<td v-else class="text-primary-500 font-bold text-no-wrap">0 Stk / 0,00€</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user