From 89ca288fbb88ca7083030e2f332ec7a9731d8cd6 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 24 三月 2025 10:37:57 +0800
Subject: [PATCH] bug修改

---
 src/views/signProject/components/record.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/signProject/components/record.vue b/src/views/signProject/components/record.vue
index dd5b927..4c016ad 100644
--- a/src/views/signProject/components/record.vue
+++ b/src/views/signProject/components/record.vue
@@ -15,7 +15,7 @@
         <el-timeline-item style="font-size: 16px" :color="state.firstPeopleState == 1 ? '#0bbd87' : '#B4B4B4' " size="large">
           <div style="display: flex">
             最初签署人:
-            <div style="display: flex;flex-direction: column">
+            <div style="display: flex;flex-direction: column;line-height: 25px">
               <div v-for="item in firstArr">
                 {{item.firstPeopleContent}}
                 <span v-if="item.firstPeopleState == 1" style="color: #1ab394;font-size: 14px;">[已签]</span>
@@ -110,6 +110,7 @@
     name: '',
     remark: '',
   }
+  firstArr.value = []
 }
 
 defineExpose({

--
Gitblit v1.9.2