Skip to content

Commit

Permalink
πŸ’„ Update shipping page style (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt authored Dec 21, 2023
1 parent 367fec4 commit 2191f2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pages/nft-book-store/send/shipping/[classId].vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
</template>
</UProgress>

<UCard v-if="bookStoreApiStore.isAuthenticated">
<UCard
v-if="bookStoreApiStore.isAuthenticated"
:ui="{ footer: { base: 'space-y-4' } }"
>
<template #header>
<h3 class="font-bold font-mono">
Order status
Expand Down Expand Up @@ -53,7 +56,7 @@
<tr>
<th class="text-left px-4 py-3">
Buyer Wallet
</th><td class="text-left px-4 py-3">
</th><td class="text-left px-4 py-3 font-mono text-sm">
{{ orderInfo.wallet }}
</td>
</tr>
Expand Down

0 comments on commit 2191f2a

Please sign in to comment.