forked from cerc-io/cosmos-explorer
improve UI
This commit is contained in:
parent
ad0d66572d
commit
9ebbd12714
@ -64,7 +64,7 @@
|
|||||||
:key="item.round"
|
:key="item.round"
|
||||||
>
|
>
|
||||||
Round: {{ item.round }} {{ item.precommits_bit_array }}
|
Round: {{ item.round }} {{ item.precommits_bit_array }}
|
||||||
<b-card-body nobody>
|
<b-card-body class="px-0">
|
||||||
<b-button
|
<b-button
|
||||||
v-for="(pre, i) in item.precommits"
|
v-for="(pre, i) in item.precommits"
|
||||||
:key="i"
|
:key="i"
|
||||||
|
Loading…
Reference in New Issue
Block a user