From 0defb71386b8cb7791d7203c315ad23d3dc38244 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 27 Jun 2025 11:18:53 +0800
Subject: [PATCH] style

---
 src/i18n/en-US/index.js                             |    2 +-
 public/index.html                                   |    2 +-
 src/components/perpetual-position-list/index.vue    |   14 ++++++++++++++
 .env                                                |    2 +-
 src/page/recharge/rechargePage.vue                  |    8 ++++----
 public/logo.ico                                     |    0 
 src/components/perpetual-history-position/index.vue |    4 ++--
 7 files changed, 23 insertions(+), 9 deletions(-)

diff --git a/.env b/.env
index 5d4d3dd..bf0ee64 100644
--- a/.env
+++ b/.env
@@ -1,4 +1,4 @@
-VUE_APP_TITLE="Web3bit"
+VUE_APP_TITLE="Deepcoin"
 VUE_APP_H5ZZ="RZW7c77Hps0IsKQuWLgtTtd2xrhvCU47"
 VUE_APP_APPZZ="RwCz3WMecqIhuscZOtpOQSumEdx0XgYQ"
 VUE_APP_SECRET="WOrldcoinfeyfy343y831r63rt23hFGegfg32fewrgerg"
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 969e321..fb634d2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport"
     content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0,viewport-fit=cover">
-  <link rel="icon" href="<%= BASE_URL %>favicon.ico">
+  <link rel="icon" href="<%= BASE_URL %>logo.ico">
   <title><%= htmlWebpackPlugin.options.title %></title>
   <link rel="manifest" href="./desk/manifest.json">
   <meta name="theme-color" content="white">
diff --git a/public/logo.ico b/public/logo.ico
new file mode 100644
index 0000000..23bc136
--- /dev/null
+++ b/public/logo.ico
Binary files differ
diff --git a/src/components/perpetual-history-position/index.vue b/src/components/perpetual-history-position/index.vue
index 3a8bd09..594b10e 100644
--- a/src/components/perpetual-history-position/index.vue
+++ b/src/components/perpetual-history-position/index.vue
@@ -27,8 +27,8 @@
             <div class="list-value">{{ item.volume_open }}</div>
           </div>
           <div class="list-b">
-            <div>{{ $t("最新成交") }}({{ item.symbol.toUpperCase() }})</div>
-            <div class="list-value">{{ item.volume_open }}</div>
+            <div>{{ $t("杠杆") }}</div>
+            <div class="list-value">{{ item.lever_rate }}</div>
           </div>
           <div class="list-b">
             <div>{{ $t("成交额") }}(USDT)</div>
diff --git a/src/components/perpetual-position-list/index.vue b/src/components/perpetual-position-list/index.vue
index c715a8f..63ba065 100644
--- a/src/components/perpetual-position-list/index.vue
+++ b/src/components/perpetual-position-list/index.vue
@@ -102,6 +102,20 @@
           </div>
         </div> -->
       </div>
+      <div class="flex pt-44 pb-32">
+        <div class="flex-1 text-left">
+          <div class="text-grey">{{ $t("杠杆") }}</div>
+          <div class="mt-20">
+            {{ item.lever_rate }}
+          </div>
+        </div>
+        <div class="flex-1 text-left">
+          <div class="text-grey">{{ $t("手续费") }}</div>
+          <div class="mt-20">
+            {{ item.fee }}
+          </div>
+        </div>
+      </div>
       <div class="flex pb-32">
         <div class="flex-1 flex flex-col text-left">
           <div class="text-grey">{{ $t("开仓价格") }}</div>
diff --git a/src/i18n/en-US/index.js b/src/i18n/en-US/index.js
index 30758c5..9851968 100644
--- a/src/i18n/en-US/index.js
+++ b/src/i18n/en-US/index.js
@@ -1622,7 +1622,7 @@
   "委托订单": "Open orders",
   "最新成交": "Latest Filled",
   "价格": "Price",
-  "数量": "Number",
+  "数量": "Trading Lots",
   "历史仓位": "Historical position",
   "交割时间": "Delivery time",
   "最小金额": "Minimum ",
diff --git a/src/page/recharge/rechargePage.vue b/src/page/recharge/rechargePage.vue
index f13ba42..2c0655a 100644
--- a/src/page/recharge/rechargePage.vue
+++ b/src/page/recharge/rechargePage.vue
@@ -58,7 +58,7 @@
           </div>
         </div>
      </div> -->
-      <div class="mb-60">
+      <!-- <div class="mb-60">
         <div class="font-26 textColor">{{ $t("充币数量") }}</div>
         <div>
           <input
@@ -67,7 +67,7 @@
             :placeholder="$t('请输入充币数量')"
           />
         </div>
-      </div>
+      </div> -->
       <div>
         <div class="font-26 textColor">{{ $t("链名称") }}</div>
         <div class="flex">
@@ -107,12 +107,12 @@
       <div class="pl-30 pr-30">
         <div class="font-26 mb-27 textColor">{{ $t("重要提示") }}</div>
         <div class="font-28 text-grey" v-html="tip"></div>
-        <button
+        <!-- <button
           class="btnMain text-white next-btn font-30 rounded-lg"
           @click="nextBtn"
         >
           {{ $t("下一步") }}
-        </button>
+        </button> -->
       </div>
     </div>
   </div>

--
Gitblit v1.9.3