From 264ae424801ec3d1a1d6046121ecf3884deea069 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 15 Jul 2025 11:36:04 +0800
Subject: [PATCH] Merge branch 'dev6.19' of http://124.156.157.155:8060/r/composite_h5-main into dev6.19
---
src/components/Transform/mining-exchange-input/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/Transform/mining-exchange-input/index.vue b/src/components/Transform/mining-exchange-input/index.vue
index 7d7653f..9fbf227 100644
--- a/src/components/Transform/mining-exchange-input/index.vue
+++ b/src/components/Transform/mining-exchange-input/index.vue
@@ -254,7 +254,7 @@
.exchange-pop {
.tab-list {
- background: #0D1323;
+ background: #eee;
border-radius: 140px;
height: 180px;
@@ -265,8 +265,8 @@
}
.active {
- background: #262D47;
-
+ background: #3640f0;
+ color: #fff;
border-radius: 140px;
}
}
@@ -277,8 +277,8 @@
}
.search-input {
- color: $text_color;
- background: #0D1323;
+ // color: #fff;
+ background: #f5f5f5;
border-radius: 80px;
height: 100px !important;
display: flex;
--
Gitblit v1.9.3