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