Skip to content

Commit

Permalink
style: 页面样式调整,避免出现滚动条
Browse files Browse the repository at this point in the history
  • Loading branch information
liuruibin committed Jul 20, 2021
1 parent 120ce28 commit 7e6a73a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,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
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@ export default {
currentPage: 1,
pageSize: 10,
total: 0,
screenHeight: 'calc(100vh - 250px)',//屏幕高度,
screenHeight: 'calc(100vh - 258px)',//屏幕高度,
environmentId: undefined,
selectDataCounts: 0,
projectName:"",
projectName: "",
};
},
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,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: {
Expand Down

0 comments on commit 7e6a73a

Please sign in to comment.