From f44047eff925ddba1726adc9f9cb8b2bcdec5053 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 19 Sep 2025 17:25:08 +0800
Subject: [PATCH] 1
---
src/components/Transform/mining-account/index.vue | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/components/Transform/mining-account/index.vue b/src/components/Transform/mining-account/index.vue
index ab2af43..c328974 100644
--- a/src/components/Transform/mining-account/index.vue
+++ b/src/components/Transform/mining-account/index.vue
@@ -262,13 +262,9 @@
#cryptos {
.account_card {
- background: $inp-b !important;
+ background: #282A41;
border-radius: 2.5rem;
padding: 1.2rem 2.5rem;
-
- div {
- background: $inp-b !important;
- }
}
.exchange-btn {
@@ -315,7 +311,7 @@
}
.btnMain {
- background: linear-gradient(90deg, #2C64D4 0%, #38AEEA 100%);
+ background: #8675F9;
border-radius: 5px;
font-weight: bold;
}
--
Gitblit v1.9.3