From dd29c138733a1de4e7633c0a7c794a3a0827d080 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 15 Sep 2025 15:29:21 +0800
Subject: [PATCH] 2
---
src/views/home/components/HomeRight.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/home/components/HomeRight.vue b/src/views/home/components/HomeRight.vue
index 829fddb..7b89145 100644
--- a/src/views/home/components/HomeRight.vue
+++ b/src/views/home/components/HomeRight.vue
@@ -199,7 +199,7 @@
},
created() {
this.getMoney();
- this.getExchangeRate();
+ // this.getExchangeRate();
},
methods: {
changeTab(index) {
@@ -268,14 +268,14 @@
}
.position_list {
- background-color: #f7f7f7;
+ background-color: #555;
padding: 10px;
border-radius: 8px;
display: flex;
flex-direction: column;
gap: 10px;
.position_item {
- background-color: #fff;
+ background-color: #777;
padding: 10px;
border-radius: 8px;
display: flex;
@@ -283,7 +283,7 @@
align-items: center;
font-size: 12px;
cursor: pointer;
- border: 1px solid #fff;
+ border: 1px solid #eee;
.total {
font-size: 16px;
@@ -291,8 +291,8 @@
}
.position_item_active {
- border: 1px solid #c4d600;
- background-color: #e6f9ef;
+ border: 1px solid #287dff;
+ background-color: #444;
}
.title {
--
Gitblit v1.9.3