From d032b09a084ce05be24d16c5d933a783a1d3cde0 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Tue, 27 Apr 2021 18:42:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E9=AB=98=E5=BA=A6=E8=AE=A1=E7=AE=97=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plan/view/comonents/functional/FunctionalTestCaseList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue index 91afc58d1..461f11a1e 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue @@ -325,7 +325,7 @@ export default { return { type: TEST_PLAN_FUNCTION_TEST_CASE, headerItems: Test_Plan_Function_Test_Case, - screenHeight: 'calc(100vh - 365px)', + screenHeight: 'calc(100vh - 330px)', tableLabel: [], result: {}, deletePath: "/test/case/delete", -- GitLab