Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
11e7a09c
Commit
11e7a09c
authored
Apr 10, 2017
by
Creabine
Committed by
cinwell.li
Apr 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文档错别字错误 (#4093)
错误:`prev`表示上一页,`next`为上一页 应为:`prev`表示上一页,`next`为下一页
parent
470280e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/docs/zh-CN/pagination.md
examples/docs/zh-CN/pagination.md
+1
-1
No files found.
examples/docs/zh-CN/pagination.md
View file @
11e7a09c
...
...
@@ -4,7 +4,7 @@
### 基础用法
:::demo 设置
`layout`
,表示需要显示的内容,用逗号分隔,布局元素会依次显示。
`prev`
表示上一页,
`next`
为
上
一页,
`pager`
表示页码列表,除此以外还提供了
`jumper`
和
`total`
,
`size`
和特殊的布局符号
`->`
,
`->`
后的元素会靠右显示,
`jumper`
表示跳页元素,
`total`
表示显示页码总数,
`size`
用于设置每页显示的页码数量。
:::demo 设置
`layout`
,表示需要显示的内容,用逗号分隔,布局元素会依次显示。
`prev`
表示上一页,
`next`
为
下
一页,
`pager`
表示页码列表,除此以外还提供了
`jumper`
和
`total`
,
`size`
和特殊的布局符号
`->`
,
`->`
后的元素会靠右显示,
`jumper`
表示跳页元素,
`total`
表示显示页码总数,
`size`
用于设置每页显示的页码数量。
```
html
<div
class=
"block"
>
<span
class=
"demonstration"
>
页数较少时的效果
</span>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment