update Page style #1252

This commit is contained in:
Aresn 2017-06-30 17:44:25 +08:00
parent c0478e27cf
commit 5f78b0a662
2 changed files with 19 additions and 15 deletions

View file

@ -1,14 +1,8 @@
<template>
<div style="margin: 100px;">
<Page :total="100" :current="val" show-sizer placement="top"></Page>
</div>
<Page :total="100" show-sizer show-elevator show-total></Page>
</template>
<script>
export default {
data () {
return {
val: 2
}
}
}
</script>