From bc6a25ab2ba252a976b2babbb2d89ac370ec160f Mon Sep 17 00:00:00 2001 From: Zhong Date: Mon, 27 Oct 2025 15:06:30 +0800 Subject: [PATCH] fix(components): [pagination] avoid override button styles in slots (#22570) --- packages/theme-chalk/src/pagination.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/theme-chalk/src/pagination.scss b/packages/theme-chalk/src/pagination.scss index 8f1da10f21..60993f02c8 100644 --- a/packages/theme-chalk/src/pagination.scss +++ b/packages/theme-chalk/src/pagination.scss @@ -74,12 +74,10 @@ width: 128px; } - button { - @include pagination-button; - } - .btn-prev, .btn-next { + @include pagination-button; + .#{$namespace}-icon { display: block; font-size: 12px;