From e8b4c98c16b6721a7d6617aecf82bfbc23655a58 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 21 十月 2024 11:23:09 +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