refactor: 修改表格高度计算方式
This commit is contained in:
parent
28afb751ee
commit
6613cce4b5
|
@ -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')},
|
||||||
],
|
],
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue