From 8588fe30f17d0d28190a279aab8675de0dbf1a5b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Wed, 16 Jul 2025 18:46:29 +0800
Subject: [PATCH] 个人添加图片
---
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