From 11f4f3536b4c1c3b089db9ee4f8e81cd7a35a055 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 14 Jul 2025 17:52:23 +0800
Subject: [PATCH] 内存泄漏风险

---
 src/views/cryptos/DeliveryContractHistory/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/cryptos/DeliveryContractHistory/index.vue b/src/views/cryptos/DeliveryContractHistory/index.vue
index 377fdbb..24e527c 100644
--- a/src/views/cryptos/DeliveryContractHistory/index.vue
+++ b/src/views/cryptos/DeliveryContractHistory/index.vue
@@ -273,7 +273,7 @@
     }
 
     .van-tabs__nav {
-      background: $tab_background;
+      // background: $tab_background;
     }
 
     .van-tab--active {

--
Gitblit v1.9.3