Browse Source

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

3.1.0-release
songjianet 2 years ago committed by GitHub
parent
commit
cccbd27c58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/views/security/environment-manage/index.tsx

2
dolphinscheduler-ui/src/views/security/environment-manage/index.tsx

@ -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}

Loading…
Cancel
Save