1
李凌
2025-09-24 5ad04ff5097af4d33ffff7781bfc7cba738ea581
src/views/cryptos/AccountChange/index.vue
@@ -13,7 +13,7 @@
                <img v-else src="@/assets/image/assets-center/out.png" class="w-44 h-44 mr-20" /> -->
                <div>
                  <div class="font-32 textColor">{{ category[item.category] }}</div>
                  <div class="text-grey font-26 mt-6">{{ item.createTime }}</div>
                  <div class="text-grey font-26 mt-6">{{ item.createTime }}(UTC+2)</div>
                  <div class="text-grey font-26 mt-6">{{ orderTypes[item.content_type] }}</div>
                </div>
              </div>
@@ -178,14 +178,6 @@
@import "@/assets/init.scss";
#cryptos {
  :deep(.van-tabs__wrap) {
    // height: 88px !important;
    border-bottom: 1px solid $icon-bg;
  }
  :deep(.van-tabs__nav) {
    // background: $tab_background;
  }
  :deep(.van-tabs__line) {
    bottom: 10px;