refactor: 修改表格高度计算方式

This commit is contained in:
Captain.B 2021-04-27 11:37:47 +08:00 committed by 刘瑞斌
parent 28afb751ee
commit 6613cce4b5
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ export default {
result: {}, result: {},
moduleId: "", moduleId: "",
deletePath: "/test/case/delete", deletePath: "/test/case/delete",
screenHeight: document.documentElement.clientHeight - 310,//, screenHeight: document.documentElement.clientHeight - 500,//,
typeArr: [ typeArr: [
{id: 'priority', name: this.$t('test_track.case.priority')}, {id: 'priority', name: this.$t('test_track.case.priority')},
], ],

View File

@ -2,7 +2,7 @@
<el-dialog :title="title" <el-dialog :title="title"
:visible.sync="dialogVisible" :visible.sync="dialogVisible"
@close="close" @close="close"
width="60%" v-loading="result.loading" width="75%" v-loading="result.loading"
:close-on-click-modal="false" :close-on-click-modal="false"
top="50px" append-to-body> top="50px" append-to-body>