@@ -47,7 +47,7 @@
</template>
</el-table-column>
</el-table>
- <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
+ <el-pagination style="float: right; margin-top: 10px; margin-bottom: 10px" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="currentPage"
:page-sizes="[10, 20, 100, 200, 500]" :page-size="size" layout="total, sizes, prev, pager, next, jumper"
:total="currentItemCount">
</el-pagination>
@@ -14,7 +14,7 @@
<el-table-column prop="Number" label="数量" show-overflow-tooltip></el-table-column>
<el-table-column prop="Remark" label="备注" show-overflow-tooltip></el-table-column>
:page-sizes="[10, 15, 20, 25]" :page-size="size" layout="total, sizes, prev, pager, next, jumper"
@@ -22,7 +22,7 @@
<el-table-column prop="Remark" label="备注" show-overflow-tooltip>
@@ -30,7 +30,7 @@
@@ -18,7 +18,7 @@