@@ -174,6 +174,7 @@
</div>
<el-table
border
+ height="650"
size="small"
v-loading="loading"
:data="userList"
@@ -653,7 +654,7 @@ export default {
// 查询参数
queryParams: {
pageNum: 1,
- pageSize: 20,
+ pageSize: 10,
username: null,
phone: null,
status: null,