fix(Pagination): display the border correctly (#12062)

* fix(Pagination): display the border correctly

* chore: update style
This commit is contained in:
inottn 2023-07-08 10:20:34 +08:00 committed by GitHub
parent 39a54a8d9a
commit 186a3f95c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {