From 186a3f95c4cdaa538ae8df79d8be34f2394046c8 Mon Sep 17 00:00:00 2001 From: inottn Date: Sat, 8 Jul 2023 10:20:34 +0800 Subject: [PATCH] fix(Pagination): display the border correctly (#12062) * fix(Pagination): display the border correctly * chore: update style --- packages/vant/src/pagination/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vant/src/pagination/index.less b/packages/vant/src/pagination/index.less index 491c1257d..0f4e8d856 100644 --- a/packages/vant/src/pagination/index.less +++ b/packages/vant/src/pagination/index.less @@ -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 {