update Page style #1252
This commit is contained in:
parent
c0478e27cf
commit
5f78b0a662
2 changed files with 19 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue