some changeds

This commit is contained in:
2025-07-04 10:01:16 +02:00
parent 8a4d835c33
commit f80bc3e3ba
5 changed files with 143 additions and 93 deletions

View File

@ -65,11 +65,11 @@
</h4>
<div
class="border-2 border-block rounded-[8px] px-[25px] py-[15px] flex flex-col gap-1 text-sm sm:text-lg md:text-xl">
<span>{{ checkoutStore.defaultAddress?.address.name }} {{
checkoutStore.defaultAddress?.address.surname }}</span>
<span>{{ checkoutStore.defaultAddress?.address.street }}</span>
<span>{{ checkoutStore.defaultAddress?.address.postcode }} {{
checkoutStore.defaultAddress?.address.city }}</span>
<span>{{ checkoutStore.defaultAddress?.name }} {{
checkoutStore.defaultAddress?.surname }}</span>
<span>{{ checkoutStore.defaultAddress?.street }}</span>
<span>{{ checkoutStore.defaultAddress?.postcode }} {{
checkoutStore.defaultAddress?.city }}</span>
</div>
</div>
<div class="flex flex-col space-y-5 w-full h-full">