From 2f3ed8493285728d0f83d50f3a342dbad5a06f9f Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期二, 22 十月 2024 10:38:27 +0800
Subject: [PATCH] 问题修改乱码bug

---
 src/views/fysp/task/components/CompSubTaskList.vue |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/views/fysp/task/components/CompSubTaskList.vue b/src/views/fysp/task/components/CompSubTaskList.vue
index 70f3f85..d6cc205 100644
--- a/src/views/fysp/task/components/CompSubTaskList.vue
+++ b/src/views/fysp/task/components/CompSubTaskList.vue
@@ -6,13 +6,15 @@
   <el-divider />
   <div>
     <el-scrollbar :height="height">
-      <ItemSubTask v-for="s in data" :key="s.guid" :item="s">
-        <template #default="{ item }">
-          <el-button type="danger" size="small" @click="remove(item)"
-            >绉婚櫎</el-button
-          >
-        </template>
-      </ItemSubTask>
+      <el-space fill direction="vertical">
+        <ItemSubTask v-for="s in data" :key="s.guid" :item="s">
+          <template #default="{ item }">
+            <el-button type="danger" size="small" @click="remove(item)"
+              >绉婚櫎</el-button
+            >
+          </template>
+        </ItemSubTask>
+      </el-space>
     </el-scrollbar>
   </div>
 </template>

--
Gitblit v1.9.3