From e74a7c7afc56cf229058091fe2ae143cf0bdb3ca Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 22 May 2025 15:03:27 +0800
Subject: [PATCH] style

---
 src/views/wallet/walletIndex.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/wallet/walletIndex.vue b/src/views/wallet/walletIndex.vue
index 82adc3e..8ea8d47 100644
--- a/src/views/wallet/walletIndex.vue
+++ b/src/views/wallet/walletIndex.vue
@@ -85,7 +85,7 @@
 };
 </script>
 <style scoped>
-.box-view{
+.box-view {
   flex-direction: column;
   align-items: center;
 }
@@ -115,9 +115,9 @@
   right: 0px;
   width: calc(100% - 16px);
   height: 3px;
-  background-color: rgb(42, 100, 251);
+  background-color: #f7b328;
 }
-.right-view{
+.right-view {
   width: 1200px;
 }
 </style>

--
Gitblit v1.9.3