From 23bd688aca75f0560b10a18755119d40908f8b11 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Fri, 17 May 2024 18:31:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92table?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E9=AB=98=E5=BA=A6=E5=B1=95=E7=A4=BA=E4=B8=8D?= =?UTF-8?q?=E6=AD=A3=E7=A1=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/test-plan/testPlan/components/planTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/test-plan/testPlan/components/planTable.vue b/frontend/src/views/test-plan/testPlan/components/planTable.vue index 8edc6bca4c..83cf6bb2ea 100644 --- a/frontend/src/views/test-plan/testPlan/components/planTable.vue +++ b/frontend/src/views/test-plan/testPlan/components/planTable.vue @@ -591,7 +591,7 @@ tableKey: TableKeyEnum.TEST_PLAN_ALL_TABLE, selectable: true, showSetting: true, - heightUsed: 128, + heightUsed: 236, paginationSize: 'mini', showSelectorAll: false, },