From 35ee8fa998efd94733b479307256f32136671ed2 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 05 三月 2025 13:54:37 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- admin/src/views/task/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/admin/src/views/task/index.vue b/admin/src/views/task/index.vue index c67b513..6597ea4 100644 --- a/admin/src/views/task/index.vue +++ b/admin/src/views/task/index.vue @@ -33,7 +33,7 @@ </template> </el-tab-pane> </el-tabs> - <el-table v-loading="loading" :data="dataList" stripe row-key="id" class="mb20" default-expand-all> + <el-table v-loading="loading" :data="dataList" stripe row-key="id" class="mb40" default-expand-all> <el-table-column label="澶勭悊浜嬮」" min-width="160"> <template slot-scope="{ row }"> {{ row.title }} </template> -- Gitblit v1.9.3