mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* 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>
|