From 0906c54770971020cf2d243d06d57a2f6fbbc18c Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 18 十月 2024 13:05:48 +0800
Subject: [PATCH] 1. 添加数据产品目录
---
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