From c17311ba1351cd5e64654c3fc7b2fe765b1e7382 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 11:53:12 +0800
Subject: [PATCH] 1

---
 src/views/cryptos/Exchange/exchangePage.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/cryptos/Exchange/exchangePage.vue b/src/views/cryptos/Exchange/exchangePage.vue
index 320e332..00455a8 100644
--- a/src/views/cryptos/Exchange/exchangePage.vue
+++ b/src/views/cryptos/Exchange/exchangePage.vue
@@ -3,7 +3,7 @@
     <van-nav-bar left-arrow @click-left="onClickLeft">
 
       <template #right>
-        <van-icon class="exchange-icon" @click="$router.push('/cryptos/exchangeHistory')" name="clock-o" />
+        <van-icon class="exchange-icon textColor" @click="$router.push('/cryptos/exchangeHistory')" name="clock-o" />
       </template>
       <template #title>
         <div class="flex items-center">
@@ -175,10 +175,10 @@
   .exchange-page {
     height: 100vh - 6vh;
 
-    background: $selectSymbol_background;
+    // background: $selectSymbol_background;
 
     :deep(.van-tab--active) {
-      background: $selectSymbol_background;
+      // background: $selectSymbol_background;
       color: $text_color;
     }
 

--
Gitblit v1.9.3