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: {