From 91513e171078ed6b0887f87b9fced33895d6d3fb Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 08 七月 2025 08:35:50 +0800
Subject: [PATCH] 2025.7.8

---
 src/components/inspection/TaskItem.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/inspection/TaskItem.vue b/src/components/inspection/TaskItem.vue
index dcd6f49..fb1e1e7 100644
--- a/src/components/inspection/TaskItem.vue
+++ b/src/components/inspection/TaskItem.vue
@@ -85,7 +85,7 @@
     <div>
       <div class="text_title">鏃ョ▼杩涘害</div>
       <el-space>
-        <el-text style="color: transparent;">鏃ョ▼</el-text>
+        <el-text style="color: transparent">鏃ョ▼</el-text>
         <el-progress
           style="width: 350px"
           type="line"
@@ -130,7 +130,7 @@
     return planEndTime.daysInMonth()
   }
 })
-const dateStr = computed(()=>{
+const dateStr = computed(() => {
   const today = dayjs()
   const planEndTime = dayjs(areaStore.area.endtime)
   if (today.isBefore(planEndTime)) {
@@ -160,6 +160,7 @@
   box-shadow: var(--el-box-shadow-lighter);
   background-color: rgba(161, 161, 161, 0.068);
   padding: 8px 8px;
+  margin-bottom: 4px;
 }
 
 .text_title {

--
Gitblit v1.9.3