kongdeqiang
2024-10-16 8bb7963646f27027c3eac087bdd50fdcfa7426cb
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>