mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Pagination): improve text size adjust (#6178)
This commit is contained in:
parent
79d50eaf43
commit
13026036f8
@ -3,8 +3,13 @@
|
||||
.van-pagination {
|
||||
display: flex;
|
||||
font-size: @pagination-font-size;
|
||||
line-height: @pagination-height;
|
||||
text-align: center;
|
||||
|
||||
&__item,
|
||||
&__page-desc {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&__item {
|
||||
flex: 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user