mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 20:58:22 +08:00
77a3d5c7c1
* refactor(components): [el-pagination] adjust component size * fix: background size * chore: improve doc style
12 lines
232 B
Vue
12 lines
232 B
Vue
<template>
|
|
<el-pagination small layout="prev, pager, next" :total="50"> </el-pagination>
|
|
<el-pagination
|
|
small
|
|
background
|
|
layout="prev, pager, next"
|
|
:total="50"
|
|
class="mt-4"
|
|
>
|
|
</el-pagination>
|
|
</template>
|