From 82c811e4c71bb1b0652edda91a9d9691b591ba27 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Tue, 20 Jul 2021 18:47:12 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=8C=E9=81=BF=E5=85=8D=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/automation/scenario/ApiScenarioList.vue | 2 +- .../components/api/definition/components/list/ApiList.vue | 4 ++-- .../components/track/case/components/TestCaseList.vue | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue index e5498a9d65..961404e605 100644 --- a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue +++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue @@ -294,7 +294,7 @@ export default { type: API_SCENARIO_LIST, fields: getCustomTableHeader('API_SCENARIO'), fieldsWidth: getCustomTableWidth('API_SCENARIO'), - screenHeight: 'calc(100vh - 220px)',//屏幕高度, + screenHeight: 'calc(100vh - 228px)',//屏幕高度, condition: { components: API_SCENARIO_CONFIGS }, diff --git a/frontend/src/business/components/api/definition/components/list/ApiList.vue b/frontend/src/business/components/api/definition/components/list/ApiList.vue index 2d94c321e5..10f9a24743 100644 --- a/frontend/src/business/components/api/definition/components/list/ApiList.vue +++ b/frontend/src/business/components/api/definition/components/list/ApiList.vue @@ -360,10 +360,10 @@ export default { currentPage: 1, pageSize: 10, total: 0, - screenHeight: 'calc(100vh - 250px)',//屏幕高度, + screenHeight: 'calc(100vh - 258px)',//屏幕高度, environmentId: undefined, selectDataCounts: 0, - projectName:"", + projectName: "", }; }, props: { diff --git a/frontend/src/business/components/track/case/components/TestCaseList.vue b/frontend/src/business/components/track/case/components/TestCaseList.vue index d67dbbe15f..b5a474669a 100644 --- a/frontend/src/business/components/track/case/components/TestCaseList.vue +++ b/frontend/src/business/components/track/case/components/TestCaseList.vue @@ -221,10 +221,10 @@ export default { }, data() { return { - projectName:"", + projectName: "", type: TEST_CASE_LIST, - tableHeaderKey:"TRACK_TEST_CASE", - screenHeight: 'calc(100vh - 250px)', + tableHeaderKey: "TRACK_TEST_CASE", + screenHeight: 'calc(100vh - 258px)', tableLabel: [], deletePath: "/test/case/delete", condition: {