Browse Source

修改提币历史记录布局

master
liaoxinyu 7 months ago
parent
commit
29c3dd795b
  1. 12
      pages/assets/records.vue

12
pages/assets/records.vue

@ -17,8 +17,8 @@
<table class="w-max">
<thead class="p-x-md">
<tr class="fn-sm p-x-md" style="display: flex;align-items: center;">
<view class="p-b-md fn-left p-l-md" style="width: 30%;">{{ $t("assets.c9") }}</view>
<view class="p-b-md fn-left" style="width: 20%;">{{ $t("assets.d0") }}</view>
<view class="p-b-md fn-left p-l-md" style="width: 20%;">{{ $t("assets.c9") }}</view>
<view class="p-b-md fn-left" style="width: 25%;text-align: center;">{{ $t("assets.d0") }}</view>
<view class="p-b-md fn-right p-r-md" style="width: 30%;">{{ $t("assets.c0") }}</view>
<view class="p-b-md fn-right" style="width: 10%;">{{ $t("exchange.g3") }}</view>
</tr>
@ -26,10 +26,10 @@
<tbody>
<tr class="color-light trChange p-x-md rounded-md" v-for="item in list" :key="item.id">
<view style="display: flex;align-items: center;">
<view class="p-y-xs p-l-md rounded-tl-sm rounded-bl-sm fn-sm" style="width: 30%;">
<view class="p-y-xs p-l-md rounded-tl-sm rounded-bl-sm fn-sm" style="width: 20%;">
{{ item.datetime | parseTime }}
</view>
<view v-if="type=='draw'" style="width: 20%;">
<view v-if="type=='draw'" style="width: 25%;text-align: center;">
<view>{{ item.status_text }}</view>
</view>
<view v-if="type=='recharge'">
@ -38,8 +38,8 @@
<view v-if="item.status==2" class="color-sell">{{$t('assets.d3')}}</view>
</view>
<view class="fn-right p-r-md rounded-tr-sm rounded-br-sm" style="width: 30%;">
{{ item.amount }}
<span class="color-default">({{ item.coin_name }})</span>
<view>{{ item.amount }}</view>
<view class="color-default">({{ item.coin_name }})</view>
</view>
<view class="" v-if="item.status==0" style="width: 10%;">
<span style="color: #4381F6;width: 60px;height: 30px;font-size: 12px;"

Loading…
Cancel
Save