improve UI

This commit is contained in:
liangping 2023-05-22 18:01:39 +08:00
parent b13e470ea2
commit 262dad4769
2 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -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>