[Fix][UI] Fix the problem that the pagination component is not centered in the environment management. (#11646)

This commit is contained in:
songjianet 2022-08-26 14:50:46 +08:00 committed by GitHub
parent f28a39f984
commit cccbd27c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,7 @@ const environmentManage = defineComponent({
data={this.tableData}
scrollX={this.tableWidth}
/>
<NSpace>
<NSpace justify='center'>
<NPagination
v-model:page={this.page}
v-model:page-size={this.pageSize}