improve UI

This commit is contained in:
liangping 2022-04-17 20:37:29 +08:00
parent ce1611a006
commit 37e6d3d065
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="container-md px-0">
<div class="px-0">
<b-card>
<b-alert
variant="danger"
@ -38,10 +38,11 @@
<template #loading>
<b-row>
<b-col
v-for="index in 100"
v-for="index in 60"
:key="index"
sm="12"
md="4"
xl="3"
>
<b-skeleton width="100%" />
</b-col>
@ -53,6 +54,7 @@
:key="index"
sm="12"
md="4"
xl="3"
class="text-truncate"
>
<div class="d-flex justify-content-between">

View File

@ -113,7 +113,6 @@
sm="12"
md="6"
xl="4"
:class="(balances[acc.addr])? 'order-1' : 'order-9' "
>
<b-card

View File

@ -144,6 +144,7 @@ export default {
this.$http.getTxs(this.hash, this.selectedChain).then(res => {
if (res.code === 0) {
this.succeed = true
this.isLoading = false
clearInterval(this.timer)
const elem = document.getElementById('txevent')
if (elem) {