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>
|
<template>
|
||||||
<div style="margin: 100px;">
|
<div style="margin: 100px;">
|
||||||
<Page :total="100" show-sizer placement="top"></Page>
|
<Page :total="100" :current="val" show-sizer placement="top"></Page>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
val: 2
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -24,7 +24,8 @@
|
||||||
font-family: Arial;
|
font-family: Arial;
|
||||||
border: 1px solid @border-color-base;
|
border: 1px solid @border-color-base;
|
||||||
border-radius: @btn-border-radius;
|
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 {
|
a {
|
||||||
margin: 0 6px;
|
margin: 0 6px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue