Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

b-pagination customization#7120

Answeredbygeorgesstein
georgesstein asked this question inQ&A
Discussion options

How to customize the styles of the first element, last and ellipsis?
Here is an example:
image

You must be logged in to vote

Finally I got it:

<divclass="controls"><b-paginationv-model="filters.page":total-rows="filters.totalCount":per-page="filters.perPage"first-numberlast-numbernext-class="last-el"></b-pagination></div>
.controls::v-deep >.pagination >.page-item.last-el {display:flex;align-items:center;justify-content:center;margin-left:8px;}.controls::v-deep >.pagination >.page-item.last-el >.page-link {width:22px;height:22px;border-radius:50%;padding:0;color:#212126;}

Replies: 1 comment

Comment options

Finally I got it:

<divclass="controls"><b-paginationv-model="filters.page":total-rows="filters.totalCount":per-page="filters.perPage"first-numberlast-numbernext-class="last-el"></b-pagination></div>
.controls::v-deep >.pagination >.page-item.last-el {display:flex;align-items:center;justify-content:center;margin-left:8px;}.controls::v-deep >.pagination >.page-item.last-el >.page-link {width:22px;height:22px;border-radius:50%;padding:0;color:#212126;}
You must be logged in to vote
0 replies
Answer selected bygeorgesstein
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
1 participant
@georgesstein

[8]ページ先頭

©2009-2025 Movatter.jp