From f33ac1b43ff48394b43df01d97cd1a3d5557f0e3 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Thu, 27 May 2021 10:51:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/components/track/case/components/TestCaseList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/case/components/TestCaseList.vue b/frontend/src/business/components/track/case/components/TestCaseList.vue index 192be60ec5..5e6a78ae47 100644 --- a/frontend/src/business/components/track/case/components/TestCaseList.vue +++ b/frontend/src/business/components/track/case/components/TestCaseList.vue @@ -230,7 +230,7 @@ export default { data() { return { type: TEST_CASE_LIST, - screenHeight: 'calc(100vh - 322px)', + screenHeight: 'calc(100vh - 310px)', headerItems: Track_Test_Case, tableLabel: [], result: {},