refactor: 修改表格高度计算方式
This commit is contained in:
parent
28afb751ee
commit
6613cce4b5
|
@ -258,7 +258,7 @@ export default {
|
|||
result: {},
|
||||
moduleId: "",
|
||||
deletePath: "/test/case/delete",
|
||||
screenHeight: document.documentElement.clientHeight - 310,//屏幕高度,
|
||||
screenHeight: document.documentElement.clientHeight - 500,//屏幕高度,
|
||||
typeArr: [
|
||||
{id: 'priority', name: this.$t('test_track.case.priority')},
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<el-dialog :title="title"
|
||||
:visible.sync="dialogVisible"
|
||||
@close="close"
|
||||
width="60%" v-loading="result.loading"
|
||||
width="75%" v-loading="result.loading"
|
||||
:close-on-click-modal="false"
|
||||
top="50px" append-to-body>
|
||||
|
||||
|
|
Loading…
Reference in New Issue