From 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 28 Jun 2024 09:28:04 +0800
Subject: [PATCH] 123
---
src/components/contract-futrue/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/contract-futrue/index.vue b/src/components/contract-futrue/index.vue
index d06ac74..4eca4d5 100644
--- a/src/components/contract-futrue/index.vue
+++ b/src/components/contract-futrue/index.vue
@@ -5,11 +5,11 @@
<li
v-for="(item, index) in initFutrue.para"
:key="item.para_id"
- class="h-92 flex items-center mb-22"
+ class="h-92 flex items-center mb-22 justify-center flex-col"
@click="onSelect(item, index)"
>
<p
- class="w-95 h-full flex justify-center items-center font-22 flex-1"
+ class="w-125 h-full flex justify-center items-center font-22 flex-1 mr-10 ml-10"
:class="
active === item.para_id
? 'bg-light-blue text-white'
@@ -19,7 +19,7 @@
{{ 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"
+ class="w-125 h-full flex justify-center items-center font-22 flex-1 mr-10 ml-10"
:class="
active === item.para_id
? 'bg-dark-blue text-white'
--
Gitblit v1.9.3