From b2c870bfbb37a5c8b64c5af1bd25092eac9715d1 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 22 十月 2024 11:45:43 +0800 Subject: [PATCH] 发布版 V 1.0.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