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/trade/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/trade/index.vue b/src/views/trade/index.vue
index 817e013..3b2d662 100644
--- a/src/views/trade/index.vue
+++ b/src/views/trade/index.vue
@@ -718,7 +718,7 @@
 
 .trade_new {
   color: $log-c;
-  background: $mainbgWhiteColor;
+  // background: $mainbgWhiteColor;
   min-height: 100vh;
   padding: 1.4rem 1.4rem 7rem 1.4rem;
 
@@ -748,8 +748,8 @@
 }
 
 #cryptos {
-  background: $mainbgWhiteColor;
-  $inp-b: #f7f7f7;
+  // background: $mainbgWhiteColor;
+  $inp-b: $tab_background;
 
   :deep(.textColor) {
     color: $log-c;

--
Gitblit v1.9.3