From 2eef7e881d02d05bd0e1237a8456466f0c9afbce Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 08 Jul 2025 19:07:15 +0800
Subject: [PATCH] style
---
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