Layout
This commit is contained in:
@@ -32,9 +32,12 @@
|
|||||||
<div class="flex flex-col gap-4 mt-12">
|
<div class="flex flex-col gap-4 mt-12">
|
||||||
{{#if @first}}
|
{{#if @first}}
|
||||||
<div class="flex flex-row justify-between items-center">
|
<div class="flex flex-row justify-between items-center">
|
||||||
|
<div class="flex flex-col">
|
||||||
<p class="font-semibold">Erzielte Conversions {{ @root.monat }}</p>
|
<p class="font-semibold">Erzielte Conversions {{ @root.monat }}</p>
|
||||||
<p>Erstellt am {{ @root.heute }}</p>
|
<p>Erstellt am {{ @root.heute }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
<p class="font-semibold">Gesamt {{ @root.gesamt }} €</p>
|
||||||
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<table class="table border-collapse border border-black">
|
<table class="table border-collapse border border-black">
|
||||||
<thead>
|
<thead>
|
||||||
@@ -80,6 +83,5 @@
|
|||||||
<p class="font-semibold">info@online-energieausweis.org</p>
|
<p class="font-semibold">info@online-energieausweis.org</p>
|
||||||
</footer>
|
</footer>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
<span class="absolute bottom-24 right-16 font-semibold">Gesamt {{ gesamt }} €</span>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user