forked from cerc-io/cosmos-explorer
change column
This commit is contained in:
parent
b7aa7593d9
commit
f764ff4e7c
@ -52,12 +52,6 @@
|
||||
>
|
||||
{{ pair.market.name }}
|
||||
</b-col>
|
||||
<b-col
|
||||
cols="4"
|
||||
class="text-uppercase text-truncate"
|
||||
>
|
||||
{{ coinInfo.symbol }}/{{ pair.target }}
|
||||
</b-col>
|
||||
<b-col
|
||||
cols="4"
|
||||
class="font-weight-bold"
|
||||
@ -65,6 +59,12 @@
|
||||
>
|
||||
${{ pair.converted_last.usd }}
|
||||
</b-col>
|
||||
<b-col
|
||||
cols="4"
|
||||
class="text-uppercase text-truncate"
|
||||
>
|
||||
{{ coinInfo.symbol }}/{{ pair.target }}
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-dropdown-item>
|
||||
</vue-perfect-scrollbar>
|
||||
|
Loading…
Reference in New Issue
Block a user