From b4400036ffe65ecfe86dc34b08ba8ee19f8f1cf2 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Mon, 30 Jun 2025 11:50:34 +0800
Subject: [PATCH] style 充值接口替换

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

diff --git a/src/views/order/orderLayout.vue b/src/views/order/orderLayout.vue
index d2c6805..e9ed237 100644
--- a/src/views/order/orderLayout.vue
+++ b/src/views/order/orderLayout.vue
@@ -88,7 +88,7 @@
 </script>
 <style lang="scss">
 @import url("@/assets/css/order/index.scss");
-.box-view{
+.box-view {
   flex-direction: column;
   align-items: center;
 }
@@ -118,9 +118,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