Dashboard
This commit is contained in:
@@ -411,7 +411,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="relative bg-base-200 border border-base-300 rounded-lg p-4 mr-4">
|
||||
<div class="relative bg-base-200 border border-base-300 rounded-lg p-4">
|
||||
<div class="card-body">
|
||||
|
||||
</div>
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="my-4 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2">
|
||||
<div class="my-4 grid grid-cols-[1fr] md:grid-cols-[1fr,2fr] lg:grid-cols-[1fr,2fr]">
|
||||
{#if aufnahme.verbrauchsausweise_wohnen.length > 0}
|
||||
{#each [aufnahme.verbrauchsausweise_wohnen.sort((a, b) => new Date(b.updated_at || 0).getTime() - new Date(a.updated_at || 0).getTime())[0]] as ausweis}
|
||||
<DashboardAusweis {benutzer} {ausweis} {aufnahme} {objekt} rechnung={ausweis.rechnung}></DashboardAusweis>
|
||||
|
||||
Reference in New Issue
Block a user