1
李凌
2026-01-20 7e55ca7470a21a93402c4c8e410eeef7c7d1da0c
1
4 files modified
10 ■■■■ changed files
src/views/cryptos/AccountChange/index.vue 2 ●●● patch | view | raw | blame | history
src/views/cryptos/PerpetualContract/orderDetail.vue 4 ●●●● patch | view | raw | blame | history
src/views/cryptos/Recharge/rechargeDetail.vue 2 ●●● patch | view | raw | blame | history
src/views/homePage/index.vue 2 ●●● patch | view | raw | blame | history
src/views/cryptos/AccountChange/index.vue
@@ -16,7 +16,7 @@
                  <div class="font-32 textColor">{{ orderTypes[item.content_type] }}</div>
                  <div class="text-grey font-26 mt-6">
                    {{ item.createTime }}
                    (UTC+8)
                    <!-- (UTC+8) -->
                  </div>
                  <!-- <div class="text-grey font-26 mt-6">{{ orderTypes[item.content_type] }}</div> -->
                </div>
src/views/cryptos/PerpetualContract/orderDetail.vue
@@ -51,13 +51,13 @@
          <div class="text-grey">{{ $t('开仓时间') }}</div>
          <div class="textColor">
            {{ detail.create_time }}
            (UTC+8)
            <!-- (UTC+8) -->
          </div>
        </div>
        <div class="flex justify-between cell-item ">
          <div class="text-grey">{{ $t('平仓时间') }}</div>
          <div class="textColor">{{ detail.close_time ? dayjs(detail.close_time * 1000).format('YYYY-MM-DD HH:mm:ss')
            + '(UTC+8)'
            // + '(UTC+8)'
            : '--' }}</div>
        </div>
      </div>
src/views/cryptos/Recharge/rechargeDetail.vue
@@ -55,7 +55,7 @@
                <div class="text-grey">{{ $t('日期') }}</div>
                <div class="textColor">
                    {{ info.create_time }}
                    (UTC+8)
                    <!-- (UTC+8) -->
                </div>
            </div>
            <div class="flex justify-between mb74">
src/views/homePage/index.vue
@@ -365,7 +365,7 @@
        width: 100%;
        .grid_item {
            width: 25%;
            width: 33%;
            color: $tab-c;
            font-size: 1.6rem;