mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Pagination): display the border correctly (#12062)
* fix(Pagination): display the border correctly * chore: update style
This commit is contained in:
parent
39a54a8d9a
commit
186a3f95c4
@ -70,8 +70,8 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--border::after {
|
&--border:first-child::after {
|
||||||
border-width: var(--van-border-width);
|
border-right-width: var(--van-border-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
&--disabled {
|
&--disabled {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user