update Page style

This commit is contained in:
Aresn 2017-06-30 16:51:28 +08:00
parent f7a436c06f
commit e61c092eac
2 changed files with 8 additions and 3 deletions

View file

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

View file

@ -24,7 +24,8 @@
font-family: Arial;
border: 1px solid @border-color-base;
border-radius: @btn-border-radius;
transition: all @transition-time @ease-in-out;
//transition: all @transition-time @ease-in-out;
transition: border @transition-time @ease-in-out, color @transition-time @ease-in-out;
a {
margin: 0 6px;