mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +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;
|
||||
}
|
||||
|
||||
&--border::after {
|
||||
border-width: var(--van-border-width);
|
||||
&--border:first-child::after {
|
||||
border-right-width: var(--van-border-width);
|
||||
}
|
||||
|
||||
&--disabled {
|
||||
|
Reference in New Issue
Block a user