From 4a843c2bb57e9079d55ca8e5def1563a0c8d79db Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Fri, 26 May 2023 11:57:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):?= =?UTF-8?q?=20=E5=8A=9F=E8=83=BD=E7=94=A8=E4=BE=8B=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E5=A4=9A=E4=BD=99=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1026503 --user=陈建星 【测试跟踪】功能用例列表存在多余的竖向滚动条 https://www.tapd.cn/55049933/s/1376208 --- .../frontend/src/business/case/components/TestCaseList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-track/frontend/src/business/case/components/TestCaseList.vue b/test-track/frontend/src/business/case/components/TestCaseList.vue index ca1f9a0f9d..5aa0215c15 100644 --- a/test-track/frontend/src/business/case/components/TestCaseList.vue +++ b/test-track/frontend/src/business/case/components/TestCaseList.vue @@ -365,7 +365,7 @@ export default { tableHeaderKey: "TRACK_TEST_CASE", tableHeaderDragKey: "TRACK_TEST_CASE_DRAG", screenHeight: 'calc(100vh - 185px)', - maxHeight: 'calc(100vh - 287px)', + maxHeight: 'calc(100vh - 285px)', enableOrderDrag: true, isMoveBatch: true, loading: false,