style: 调整系统设置中表格的高度适配紧凑布局 (#4274)

* style: 修改用例评审及测试计划编辑用例样式问题

* style: 调整系统设置中表格的高度适配紧凑布局

Co-authored-by: BugKing <wangzhen@fit2cloud.com>
This commit is contained in:
metersphere-bot 2021-07-01 18:27:04 +08:00 committed by GitHub
parent 27d0ba097b
commit a11c6add15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 37 additions and 24 deletions

View File

@ -139,7 +139,7 @@
condition: {},
tableData: [],
userList: [],
screenHeight: 'calc(100vh - 275px)',
screenHeight: 'calc(100vh - 215px)',
LOG_TYPE: [
{id: 'CREATE', label: this.$t('api_test.definition.request.create_info')},
{id: 'DELETE', label: this.$t('commons.delete')},

View File

@ -121,7 +121,7 @@
result: {},
createVisible: false,
updateVisible: false,
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
form: {},
queryPath: "/user/org/member/list",
condition: {},

View File

@ -422,7 +422,7 @@ export default {
dialogTotal: 0,
memberLineData: [],
memberForm: {},
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
form: {
// name: "",
// description: ""

View File

@ -149,7 +149,7 @@
total: 0,
projectIds: [], //id
projectFilters: [],
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
}
},
created() {

View File

@ -105,7 +105,7 @@ export default {
result: {},
dialogResult: {},
tableData: [],
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
currentPage: 1,
pageSize: 10,
total: 0,

View File

@ -214,7 +214,7 @@ export default {
// caseTemplateId: [{required: true}],
// issueTemplateId: [{required: true}],
},
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
labelWidth: '150px'
};
},

View File

@ -214,7 +214,7 @@ export default {
dialogPageSize: 10,
dialogTotal: 0,
currentRow: {},
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
condition: {},
dialogCondition: {},
tableData: [],

View File

@ -449,7 +449,7 @@ export default {
dialogTotal: 0,
memberLineData: [],
memberForm: {},
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
form: {
// name: "",
// description: ""

View File

@ -244,7 +244,7 @@ export default {
pageSize: 10,
total: 0,
form: {performance: true, api: true},
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
requiredRules: [{required: true, message: this.$t('test_resource_pool.fill_the_data'), trigger: 'blur'}],
rule: {
name: [

View File

@ -189,7 +189,7 @@ export default {
id: ''
}]
},
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
checkPasswordForm: {},
ruleForm: {},
buttons: [

View File

@ -94,7 +94,7 @@ export default {
currentPage: 1,
pageSize: 10,
total: 0,
screenHeight: 'calc(100vh - 275px)',
screenHeight: 'calc(100vh - 200px)',
groups: [],
currentGroup: {}
};

View File

@ -296,7 +296,7 @@ export default {
// caseTemplateId: [{required: true}],
// issueTemplateId: [{required: true}],
},
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
dialogCondition: {},
memberVisible: false,
memberLineData: [],

View File

@ -136,7 +136,7 @@
{required: true, message: this.$t('group.please_select_group'), trigger: ['blur']}
]
},
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
multipleSelection: [],
currentPage: 1,
pageSize: 10,

View File

@ -149,7 +149,7 @@
total: 0,
projectIds: [], //id
projectFilters: [],
screenHeight: 'calc(100vh - 255px)',
screenHeight: 'calc(100vh - 195px)',
}
},
created() {

View File

@ -233,6 +233,6 @@ export default {
<style scoped>
/deep/ .el-table__fixed-body-wrapper {
top: 58PX !IMPORTANT;
top: 47PX !IMPORTANT;
}
</style>

View File

@ -179,6 +179,6 @@ export default {
<style scoped>
/deep/ .el-table__fixed-body-wrapper {
top: 58PX !IMPORTANT;
top: 47PX !IMPORTANT;
}
</style>

View File

@ -187,6 +187,6 @@ export default {
<style scoped>
/deep/ .el-table__fixed-body-wrapper {
top: 58PX !IMPORTANT;
top: 47PX !IMPORTANT;
}
</style>

View File

@ -38,7 +38,7 @@
<el-row class="head-bar">
<el-col>
<el-divider content-position="left">
<el-button type="text" @click="openTestTestCase(testCase)">{{ testCase.name }}</el-button>
<el-button class="test-case-name" type="text" @click="openTestTestCase(testCase)">{{ testCase.name }}</el-button>
</el-divider>
</el-col>
</el-row>
@ -501,7 +501,7 @@ export default {
}
.container >>> .el-card__body {
height: calc(100vh - 70px);
height: calc(100vh - 50px);
}
.comment-card >>> .el-card__header {
@ -509,7 +509,7 @@ export default {
}
.comment-card >>> .el-card__body {
height: calc(100vh - 120px);
height: calc(100vh - 100px);
}
.case_container > .el-row {
@ -543,4 +543,13 @@ p {
.save-btn {
margin-left: 10px;
}
.el-divider__text {
line-height: normal;
}
.test-case-name {
padding: 0;
}
</style>

View File

@ -222,7 +222,7 @@
<style scoped>
.el-main {
height: calc(100vh - 70px);
height: calc(100vh - 50px);
width: 100%;
}

View File

@ -494,7 +494,7 @@ export default {
}
.container >>> .el-card__body {
height: calc(100vh - 70px);
height: calc(100vh - 50px);
}
.comment-card >>> .el-card__header {
@ -502,7 +502,7 @@ export default {
}
.comment-card >>> .el-card__body {
height: calc(100vh - 120px);
height: calc(100vh - 100px);
}
.tb-edit >>> .el-textarea__inner {
@ -515,4 +515,8 @@ export default {
padding-left: 40px;
padding-right: 15px;
}
.el-divider__text {
line-height: normal;
}
</style>

View File

@ -506,5 +506,5 @@ export function getNodePath(id, moduleOptions) {
}
export function getDefaultTableHeight() {
return document.documentElement.clientHeight - 280;
return document.documentElement.clientHeight - 200;
}