Commit a92bb5ad by shaojiawen

update: 高度

parent 7869a211
......@@ -63,7 +63,7 @@
:data="memberData"
tooltip-effect="dark"
ref="multipleTable"
max-height="659"
:max-height="height"
>
<el-table-column
prop="createTime"
......@@ -172,6 +172,7 @@ export default {
},
data() {
return {
height: document.body.clientHeight - 262,
page: {
currentPage: 1,
pageSize: 20,
......
......@@ -12,7 +12,7 @@
</div>
</div>
<div>
<el-table :data="memberData" tooltip-effect="dark" ref="multipleTable" max-height="659">
<el-table :data="memberData" tooltip-effect="dark" ref="multipleTable" :max-height="height">
<el-table-column prop="createTime" label="时间" min-width="130px">
<template slot-scope="scope">
<div class="line-20">{{ scope.row.createTime | formatYMD }}</div>
......@@ -114,6 +114,7 @@ export default {
},
data() {
return {
height: document.body.clientHeight - 262,
memberData: [],
page: {
currentPage: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment