Browse Source

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

songjianet 2 years ago
parent
commit
cccbd27c58

+ 1 - 1
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}