update Page style
This commit is contained in:
parent
f7a436c06f
commit
e61c092eac
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue