Commit 5ca11154 by 曾经

会员卡券核销

parent 26e96050
......@@ -262,7 +262,7 @@
</div>
<div
class="pager"
style="float: right; margin: 10px 0;"
style="margin: 10px 0;"
v-if="model.total > 0"
>
<dm-pagination
......@@ -270,9 +270,9 @@
@size-change="handleModelSizeChange"
@current-change="handleModelCurrentChange"
:current-page="model.currentPage"
:page-sizes="[20, 50, 75, 100]"
:page-sizes="[20]"
:page-size="model.pageSize"
layout="total, sizes, prev, pager, next, jumper"
layout="total, prev, pager, next"
:total="model.total"
>
</dm-pagination>
......@@ -569,9 +569,6 @@ export default {
</script>
<style lang="stylus" scoped>
.check-box {
padding-bottom: 20px;
}
.table-container-member {
padding: 20px;
......@@ -586,4 +583,10 @@ export default {
height: 100%;
overflow: auto;
}
.pager{
display: flex;
align-items: center;
justify-content: flex-end;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment