style: 页面样式调整,避免出现滚动条
This commit is contained in:
parent
e418333bf0
commit
82c811e4c7
|
@ -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
|
||||
},
|
||||
|
|
|
@ -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: "",
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue