Browse Source

优化首页

master
ltlzx 4 years ago
parent
commit
3750776951
  1. 10
      src/views/home/index.vue

10
src/views/home/index.vue

@ -172,8 +172,8 @@
<!-- <th></th> -->
<!-- <th scope="col" class="table_th">{{ $t("home.coinType") }}</th> -->
<th scope="col" class="table_th">{{ $t("option.coinType") }}</th>
<th scope="col" class="table_th">{{ $t("home.low") }}</th>
<!-- <th scope="col" class="table_th">{{ $t("home.latestPrice") }}</th> -->
<!-- <th scope="col" class="table_th">{{ $t("home.low") }}</th> -->
<th scope="col" class="table_th">{{ $t("home.latestPrice") }}</th>
<th scope="col" class="table_th">
{{ $t("home.upAndDown") }}
<!-- 24小时涨停-->
@ -211,15 +211,15 @@
{{item.pair_name}}
</router-link>
</td>
<!-- <td>
<td>
<span
:class="
item.increase * 1 >= 0 ? 'increace' : 'decreace'
"
>{{ item.close }}</span
>
</td> -->
<td>{{ item.low }}</td>
</td>
<!-- <td>{{ item.low }}</td> -->
<td>
<span
:class="

Loading…
Cancel
Save