mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 12:17:43 +08:00
[Fix][UI] Fix the problem that the pagination component is not centered in the environment management. (#11646)
This commit is contained in:
parent
f28a39f984
commit
cccbd27c58
@ -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…
Reference in New Issue
Block a user