From fd66f3c47027795370f363d74f2258491dd38542 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 11 Jul 2025 11:56:19 +0800
Subject: [PATCH] Merge branch 'dev6.19' of http://124.156.157.155:8060/r/composite_h5-main into dev6.19

---
 src/components/Transform/contract-futrue/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/Transform/contract-futrue/index.vue b/src/components/Transform/contract-futrue/index.vue
index 2383058..7e776a5 100644
--- a/src/components/Transform/contract-futrue/index.vue
+++ b/src/components/Transform/contract-futrue/index.vue
@@ -7,14 +7,14 @@
         <!-- initFutrue: {{ initFutrue.para }} -->
         <li v-for="(item, index) in initFutrue.para" :key="index"
           class="h-92 flex items-center mb-22" @click="onSelect(item, index)">
-          <p class="w-95 h-full flex justify-center items-center font-22 flex-1"
+          <p class="w-280 h-full flex justify-center items-center font-22 flex-1"
             :class="active === item.para_id ? 'bg-light-blue text-white' : 'delivery_left_tab_background textColor'"
             >{{ item.time_num +
               item.time_unit.substr(0, 1) }}</p>
-          <p class="w-125 h-full flex justify-center items-center font-22 flex-1"
+          <!-- <p class="w-140 h-full flex justify-center items-center font-22 flex-1"
             :class="active === item.para_id ? 'bg-dark-blue text-white' : 'delivery_tab_background textColor'"
             >{{ 
-              item.profit_ratio }}%</p>
+              item.profit_ratio }}%</p> -->
         </li>
       </ul>
     </div>

--
Gitblit v1.9.3