Преглед на файлове

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

songjianet преди 2 години
родител
ревизия
cccbd27c58
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      dolphinscheduler-ui/src/views/security/environment-manage/index.tsx

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