1
李凌
2025-09-20 6b754cd28c45741a24e7f7193b894e3e386e4af8
src/views/cryptos/AccountChange/index.vue
@@ -19,8 +19,8 @@
                </div>
              </div>
              <div>
                <div class="font-32 text-right" :class="item.amount > 0 ? 'text-green' : 'text-red'">{{
                  item.amount }}&nbsp;{{ (item.wallet_type || '').toUpperCase() }}</div>
                <div class="font-32 text-right" :class="item.amount > 0 ? 'text-green' : 'text-red'">
                  {{ item.amount }}&nbsp;{{ (item.wallet_type || '').toUpperCase() }}</div>
                <!-- <div class="text-grey font-28 mt-14">{{ item.createTimeStr }}</div> -->
                <div class="text-grey font-28 mt-6 text-right">{{ item.amountAfter }}</div>
              </div>