Commit 1aa58d41 authored by 罗林杰's avatar 罗林杰

修改控制台页面

parent ac9c46bc
......@@ -126,7 +126,7 @@
<el-table
class="table-list"
:data="tableList"
max-height="270"
height="270"
>
<el-table-column type="index" label="序号" width="55" />
<el-table-column label="发布人" prop="createUser" />
......@@ -146,7 +146,7 @@
</div>
<pagination
v-show="total>0"
layout="prev, next"
layout="prev, next, total"
:total="total"
:page.sync="queryParams.page"
:limit.sync="queryParams.rows"
......
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