From 0cf2a49d80c8d4ffba2df32f530f498a2c94458e Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 12 Sep 2025 18:31:05 +0800
Subject: [PATCH] 1

---
 src/views/cryptos/AccountChange/index.vue |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/src/views/cryptos/AccountChange/index.vue b/src/views/cryptos/AccountChange/index.vue
index a4a6885..ea3bf60 100644
--- a/src/views/cryptos/AccountChange/index.vue
+++ b/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;

--
Gitblit v1.9.3