From 066ec67b7080f07a0e47dda9864ee6be2e4b9053 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 13 Jun 2025 14:03:54 +0800
Subject: [PATCH] Merge branch 'master' of http://124.156.157.155:8060/r/~admin/aerospace-pc

---
 src/components/constract/DeliveryContract/createOrder.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/components/constract/DeliveryContract/createOrder.vue b/src/components/constract/DeliveryContract/createOrder.vue
index 4d211b5..71805d2 100644
--- a/src/components/constract/DeliveryContract/createOrder.vue
+++ b/src/components/constract/DeliveryContract/createOrder.vue
@@ -236,10 +236,10 @@
     //获取开仓页面参数
     async getDeliveryInfo() {
       Axios.getFutures({
-        symbol: 'btc',
+        symbol: "btc",
         // token: this.userInfo.token,
       }).then((res) => {
-        console.log(res.data)
+        console.log(res.data);
         this.volume = res.data.amount;
         this.sessionToken = res.data.session_token;
         this.list = res.data.para; //交易时段
@@ -450,7 +450,7 @@
 }
 
 .delivery-time-active {
-  background-color: #1d91ff;
+  background-color: #f7b328;
   color: black;
 }
 
@@ -463,7 +463,7 @@
 }
 
 .delivery-border-active {
-  border: 1px solid #1d91ff !important;
+  border: 1px solid #f7b328 !important;
 }
 
 .delivery-border-grey {
@@ -631,13 +631,13 @@
 }
 
 /* .trading-popup li:hover{
-  background: #1D91FF;
+  background: #f7b328;
   color: #fff;
 } */
 
 .trading-popup .active {
-  border: 1px solid #1d91ff;
-  background: #1d91ff;
+  border: 1px solid #f7b328;
+  background: #f7b328;
   color: #fff;
 }
 
@@ -651,7 +651,7 @@
 
 .buy-but-centent {
   height: 40px;
-  background: #1d91ff;
+  background: #f7b328;
   width: 100%;
   border-radius: 4px;
   color: #fff;

--
Gitblit v1.9.3