From 6cd1d790d0a55b8f763de8d1d129cca2772393e4 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Mon, 22 Dec 2025 18:37:14 +0800
Subject: [PATCH] 1
---
src/views/cryptos/TrendDetails/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/cryptos/TrendDetails/index.vue b/src/views/cryptos/TrendDetails/index.vue
index f52d691..81cc86b 100644
--- a/src/views/cryptos/TrendDetails/index.vue
+++ b/src/views/cryptos/TrendDetails/index.vue
@@ -550,8 +550,8 @@
}
:deep(.van-tabs__nav) {
- // background-color: $night !important;
- background-color: $inp-b !important;
+ background-color: $night !important;
+ // background-color: $inp-b !important;
}
@keyframes animate1 {
--
Gitblit v1.9.3