improve layout
This commit is contained in:
parent
2e0d075587
commit
1e85c04852
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user