forked from cerc-io/cosmos-explorer
improve UI
This commit is contained in:
parent
b13e470ea2
commit
262dad4769
@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { useBaseStore, useBlockchain, useWalletStore } from '@/stores';
|
||||
import type { Icon } from '@iconify/vue';
|
||||
import { Icon } from '@iconify/vue';
|
||||
import { ref, computed } from 'vue';
|
||||
const walletStore = useWalletStore();
|
||||
const chainStore = useBlockchain();
|
||||
@ -97,7 +97,7 @@ const tipMsg = computed(() => {
|
||||
v-if="!walletStore?.currentAddress"
|
||||
for="PingConnectWallet"
|
||||
class="btn btn-sm ml-4"
|
||||
>Connect Wallet</label
|
||||
><Icon icon="mdi:wallet"/><span class="ml-1 hidden md:block">Connect Wallet</span></label
|
||||
>
|
||||
<div class="footer-modal">
|
||||
<Teleport to="body">
|
||||
|
@ -152,7 +152,7 @@ function changeTab(v: string) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div :class="tab === '3'?'':'hidden'" class=" overflow-hidden">
|
||||
<div :class="tab === '3'?'':'hidden'" class="overflow-x-auto">
|
||||
<table class="table table-compact w-full mt-5">
|
||||
<thead class=" capitalize">
|
||||
<tr>
|
||||
|
Loading…
Reference in New Issue
Block a user