improve layout

This commit is contained in:
liangping 2023-06-15 19:06:44 +08:00
parent 2e0d075587
commit 1e85c04852
2 changed files with 2 additions and 2 deletions

View File

@ -48,6 +48,6 @@ const chain = useBlockchain();
</tr>
</tbody>
</table>
<div v-else>[]</div>
<div v-else class="text-center">No Transactions</div>
</div>
</template>

View File

@ -149,7 +149,7 @@ function changeTab(v: string) {
</div>
<!-- grid grid-cols-1 md:grid-cols-2 xl:grid-cols-4 gap-x-4 mt-4 -->
<div
class="flex flex-row flex-wrap gap-x-4 mt-4"
class="flex flex-row flex-wrap gap-x-4 mt-4 justify-center"
:class="tab === '2' ? '' : 'hidden'"
>
<div v-for="({ v, signing, hex }, i) in list" :key="i">