mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +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;
|
||||
}
|
||||
|
||||
&--border::after {
|
||||
border-width: var(--van-border-width);
|
||||
&--border:first-child::after {
|
||||
border-right-width: var(--van-border-width);
|
||||
}
|
||||
|
||||
&--disabled {
|
||||
|
Loading…
x
Reference in New Issue
Block a user