style: 页面样式调整,避免出现滚动条

This commit is contained in:
Captain.B 2021-07-20 18:47:12 +08:00 committed by 刘瑞斌
parent e418333bf0
commit 82c811e4c7
3 changed files with 6 additions and 6 deletions

View File

@ -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
},

View File

@ -360,7 +360,7 @@ export default {
currentPage: 1,
pageSize: 10,
total: 0,
screenHeight: 'calc(100vh - 250px)',//,
screenHeight: 'calc(100vh - 258px)',//,
environmentId: undefined,
selectDataCounts: 0,
projectName: "",

View File

@ -224,7 +224,7 @@ export default {
projectName: "",
type: TEST_CASE_LIST,
tableHeaderKey: "TRACK_TEST_CASE",
screenHeight: 'calc(100vh - 250px)',
screenHeight: 'calc(100vh - 258px)',
tableLabel: [],
deletePath: "/test/case/delete",
condition: {