From a8b0eb32d97e7a540692a8a29f610fe76d67ef74 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 28 Jul 2025 17:39:39 +0800
Subject: [PATCH] 1

---
 src/page/list/favorites/data.list.vue |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/page/list/favorites/data.list.vue b/src/page/list/favorites/data.list.vue
index 7dacc3f..ed64f04 100644
--- a/src/page/list/favorites/data.list.vue
+++ b/src/page/list/favorites/data.list.vue
@@ -120,14 +120,14 @@
           <div class="laber">
             {{ shengouObj.type === 1 ? $t("hj57") : $t("配售数量") }}:
           </div>
-          <input  type="text" :maxlength="9"  v-model="fromData.value" @input="fromDatavalue"  />
+          <input  style="width: 40%;"  type="text" :maxlength="9"  v-model="fromData.value" @input="fromDatavalue"  />
         </div>
         <div class="input-box" style="margin-top:20px;" v-if="shengouObj.password">
         <!-- <div class="input-box" style="margin-top:20px;"> -->
           <div class="laber">
             {{$t("秘钥")}}:
           </div>
-          <input type="text" :maxlength="9"  v-model="fromData.password"  />
+          <input style="width: 40%;" type="text" :maxlength="9"  v-model="fromData.password"  />
         </div>
 
         <div class="shijian">
@@ -334,7 +334,6 @@
     height: 1.3rem;
     background: #f3f3f3;
     border-radius: 0.15rem;
-
     line-height: 1.3rem;
     padding-left: 10px;
     display: flex;
@@ -342,7 +341,6 @@
     font-size: 0.3975rem;
     .laber {
       margin-right: 10px;
-      width: 50%;
     }
     // margin-top: 0.8rem;
   }
@@ -350,7 +348,7 @@
     width: 100%;
     height: 1.3rem;
     border-radius: 0.15rem;
-    background: #5c288c;
+    background: #185546;
     color: #fff;
     font-size: 0.4615rem;
     margin-top: 0.5rem;

--
Gitblit v1.9.3