change column

This commit is contained in:
liangping 2022-09-14 19:02:51 +08:00
parent b7aa7593d9
commit f764ff4e7c

View File

@ -52,12 +52,6 @@
> >
{{ pair.market.name }} {{ pair.market.name }}
</b-col> </b-col>
<b-col
cols="4"
class="text-uppercase text-truncate"
>
{{ coinInfo.symbol }}/{{ pair.target }}
</b-col>
<b-col <b-col
cols="4" cols="4"
class="font-weight-bold" class="font-weight-bold"
@ -65,6 +59,12 @@
> >
${{ pair.converted_last.usd }} ${{ pair.converted_last.usd }}
</b-col> </b-col>
<b-col
cols="4"
class="text-uppercase text-truncate"
>
{{ coinInfo.symbol }}/{{ pair.target }}
</b-col>
</b-row> </b-row>
</b-dropdown-item> </b-dropdown-item>
</vue-perfect-scrollbar> </vue-perfect-scrollbar>