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, type: API_SCENARIO_LIST,
fields: getCustomTableHeader('API_SCENARIO'), fields: getCustomTableHeader('API_SCENARIO'),
fieldsWidth: getCustomTableWidth('API_SCENARIO'), fieldsWidth: getCustomTableWidth('API_SCENARIO'),
screenHeight: 'calc(100vh - 220px)',//, screenHeight: 'calc(100vh - 228px)',//,
condition: { condition: {
components: API_SCENARIO_CONFIGS components: API_SCENARIO_CONFIGS
}, },

View File

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

View File

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