From 9a92c898cdfe767dea820a2fd88034cfc246f3d2 Mon Sep 17 00:00:00 2001 From: v_xugzhou <941071842@qq.com> Date: Tue, 16 Jul 2024 11:10:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=AC=E5=85=B1=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=B5=81=E7=A8=8B=E8=A6=86=E7=9B=96=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E6=90=9C=E7=B4=A2=20=20--bug=3D118561540=20#=20Review?= =?UTF-8?q?ed,=20transaction=20id:=2012190?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../desktop/src/pages/task/TaskList/index.vue | 29 ++++++++++++------- .../TemplateList/ImportYamlTplDialog.vue | 19 +++++++----- 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/frontend/desktop/src/pages/task/TaskList/index.vue b/frontend/desktop/src/pages/task/TaskList/index.vue index c7678bbb33..4f78f48e6e 100644 --- a/frontend/desktop/src/pages/task/TaskList/index.vue +++ b/frontend/desktop/src/pages/task/TaskList/index.vue @@ -165,18 +165,21 @@ - - + v-bkloading="{ isLoading: countLoading || listLoading, zIndex: 100 }"> + + + @@ -1224,6 +1227,10 @@ margin-left: 16px; } } +.bk-table-pagination-wrapper { + height: 64px; + border: 1px solid #dfe0e5; +}