优化前端ui
This commit is contained in:
@@ -300,8 +300,7 @@ onMounted(loadUsers)
|
||||
size="small"
|
||||
v-loading="loading"
|
||||
element-loading-text="用户列表加载中"
|
||||
class="users-table data-table"
|
||||
style="width: 100%"
|
||||
class="users-table data-table w-full"
|
||||
>
|
||||
<el-table-column prop="userId" label="ID" width="52" align="center" />
|
||||
<el-table-column prop="username" label="账号" width="112" show-overflow-tooltip />
|
||||
@@ -396,7 +395,7 @@ onMounted(loadUsers)
|
||||
:page-size="pagination.pageSize"
|
||||
:total="pagination.total"
|
||||
layout="total, prev, pager, next"
|
||||
class="mt-4" style="justify-content: center"
|
||||
class="pagination-center"
|
||||
@current-change="loadUsers"
|
||||
/>
|
||||
</el-card>
|
||||
|
||||
Reference in New Issue
Block a user