From 8bb7963646f27027c3eac087bdd50fdcfa7426cb Mon Sep 17 00:00:00 2001
From: kongdeqiang <123456>
Date: 星期三, 16 十月 2024 18:11:33 +0800
Subject: [PATCH] fix: 泊车修改车位缴费页面

---
 src/components/page/ticketBlack/index.vue |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/components/page/ticketBlack/index.vue b/src/components/page/ticketBlack/index.vue
index 8a47660..c66e6f6 100644
--- a/src/components/page/ticketBlack/index.vue
+++ b/src/components/page/ticketBlack/index.vue
@@ -37,7 +37,7 @@
                 </template>
             </el-table-column>
         </el-table>
-        <el-pagination background @size-change="onPageSizeChange" @current-change="onCurrentPageChange" :current-page="pageData.currentPage" :page-size="pageData.pageSize" :total="pageData.total" style="padding: 10px 10px 600px 600px;"></el-pagination>
+        <el-pagination class="pageFoot" background @size-change="onPageSizeChange" @current-change="onCurrentPageChange" :current-page="pageData.currentPage" :page-size="pageData.pageSize" :total="pageData.total" style="padding: 10px 10px 600px 600px;"></el-pagination>
 
         <el-dialog title="缂栬緫" :visible.sync="flag" width="30%">
             <el-form :model="formData" ref="formData" label-width="100px">
@@ -167,6 +167,12 @@
     }
 </script>
 
-<style scoped>
-
+<style lang="scss" scoped>
+.pageFoot{
+    width: 60%;
+    padding: 0!important;
+    display: flex;
+    flex-direction: row-reverse;
+    margin-top: 5px;
+}
 </style>

--
Gitblit v1.9.1