From 1136b8d80116008cc1f8da51f0f53dc746d52f86 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sun, 12 Oct 2025 15:41:09 +0800
Subject: [PATCH] 1

---
 src/views/cryptos/Recharge/rechargePage.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/cryptos/Recharge/rechargePage.vue b/src/views/cryptos/Recharge/rechargePage.vue
index 0dadcc5..b06a83f 100644
--- a/src/views/cryptos/Recharge/rechargePage.vue
+++ b/src/views/cryptos/Recharge/rechargePage.vue
@@ -16,12 +16,12 @@
             <div class="border-light-grey"></div>
             <div class="pl-10 pr-10 font-28">
                 <div class=" flex flex-col items-center justify-center font-28">
-                    <div class="textColor font-30 mt50" ref="address">{{ address }}</div>
+                    <div class="textColor font-30 mt50" style="word-break: break-all;" ref="address">{{ address }}</div>
                     <div @click="copy(address)"
                         class="font-26 border-solid-grey text-center code-btn rounded-6 textColor">
                         {{ $t('复制地址') }}</div>
                 </div>
-                <div>
+                <!-- <div>
                     <div class="font-26 textColor font-28">{{ $t('转出地址(选填)') }}</div>
                     <div style="position: relative;" class="mt-26 mb-20 font-28">
                         <input style="padding-right: 80px;" v-model="enterAddress"
@@ -30,8 +30,8 @@
                             @click="enterAddress = address">
                             {{ $t('粘贴') }}</div>
                     </div>
-                </div>
-                <div class="mb-20">
+                </div> -->
+                <!-- <div class="mb-20">
                     <div class="font-28 textColor">{{ $t('充币数量') }}</div>
                     <div>
                         <input v-model="amount" class="input-view w-full font-28 textColor inputBackground"
@@ -53,16 +53,16 @@
                         <van-uploader accept="image/*" v-model="fileList" multiple :max-count="1"
                             :before-read="beforeRead" :after-read="afterRead" />
                     </div>
-                </div>
+                </div> -->
             </div>
-            <div class="hint-box">
+            <!-- <div class="hint-box">
                 <div class="pl-30 pr-30">
                     <div class="font-30 mb-27 textColor">{{ $t('重要提示') }}</div>
                     <div class="font-28 text-grey" v-html="tip"></div>
                     <button class="btnMain text-white next-btn font-30 rounded-lg" @click="nextBtn">{{ $t('下一步')
                         }}</button>
                 </div>
-            </div>
+            </div> -->
         </div>
     </div>
 </template>
@@ -267,7 +267,7 @@
 @import "@/assets/init.scss";
 
 #cryptos {
-    background-color: $mainbgWhiteColor;
+    // background-color: $mainbgWhiteColor;
 
     .rechargePage {
         width: 100%;

--
Gitblit v1.9.3