1
李凌
2026-01-06 d038edd2e7be2ab280e984847f612fa69fd6fc39
src/views/cryptos/AccountChange/index.vue
@@ -14,13 +14,16 @@
                <div>
                  <!-- <div class="font-32 textColor">{{ category[item.category] }}</div> -->
                  <div class="font-32 textColor">{{ orderTypes[item.content_type] }}</div>
                  <div class="text-grey font-26 mt-6">{{ item.createTime }}(UTC+2)</div>
                  <div class="text-grey font-26 mt-6">
                    {{ item.createTime }}
                    (UTC+8)
                  </div>
                  <!-- <div class="text-grey font-26 mt-6">{{ orderTypes[item.content_type] }}</div> -->
                </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>
@@ -199,11 +202,15 @@
    box-sizing: border-box;
    :deep(.van-tab--active .van-tab__text) {
      color: $text_color;
      @include themify() {
        color: themed("text_color");
      }
    }
    :deep(.van-tab__text) {
      color: $text_color1;
      @include themify() {
        color: themed("text_color1");
      }
    }
  }