Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
c7fbdbbf
authored
2023-02-10 14:49:27 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/bdc/bdcjg-web
2 parents
37d0bb0c
26cc560f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/LbTable/index.vue
src/components/LbTable/index.vue
View file @
c7fbdbb
...
...
@@ -39,7 +39,7 @@
<br>
<el-pagination
class=
"lb-table-pagination"
v-if=
"pagination"
v-bind=
"$attrs"
v-on=
"$listeners"
background
:page-sizes=
"[10, 20, 50, 100]"
layout=
"total, sizes,
prev, pager, next"
@
current-change=
"paginationCurrentChange"
layout=
"total,
prev, pager, next"
@
current-change=
"paginationCurrentChange"
:style=
"{ 'margin-top': paginationTop, 'text-align': paginationAlign }"
>
</el-pagination>
</div>
...
...
Please
register
or
sign in
to post a comment