improve UI
This commit is contained in:
parent
ce1611a006
commit
37e6d3d065
@ -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">
|
||||
|
@ -113,7 +113,6 @@
|
||||
sm="12"
|
||||
md="6"
|
||||
xl="4"
|
||||
:class="(balances[acc.addr])? 'order-1' : 'order-9' "
|
||||
>
|
||||
|
||||
<b-card
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user