From 7e6a73ab027f0a3ac0f60c24e97dcdb8c66500d4 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 9deb27792626..da9400fa8d8a 100644 --- a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue +++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue @@ -322,7 +322,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 9fc6901dece5..4091a5fc3e23 100644 --- a/frontend/src/business/components/api/definition/components/list/ApiList.vue +++ b/frontend/src/business/components/api/definition/components/list/ApiList.vue @@ -363,10 +363,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 391c755e5752..398e34e1061d 100644 --- a/frontend/src/business/components/track/case/components/TestCaseList.vue +++ b/frontend/src/business/components/track/case/components/TestCaseList.vue @@ -239,10 +239,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: {