Element UI Pagination 组件左侧显示 - 使用 CSS 样式实现
<template>
<div class="pagination-container">
<el-pagination ...></el-pagination>
</div>
</template>
<style>
.pagination-container {
display: flex;
justify-content: flex-start;
}
</style>
原文地址: https://www.cveoy.top/t/topic/p5bf 著作权归作者所有。请勿转载和采集!