1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

fix(Pagination): display the border correctly ()

* 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

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