mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
fix(Pagination): display the border correctly (#12062)
* fix(Pagination): display the border correctly * chore: update style
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user