mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [pagination] avoid override button styles in slots (#22570)
This commit is contained in:
@@ -74,12 +74,10 @@
|
||||
width: 128px;
|
||||
}
|
||||
|
||||
button {
|
||||
@include pagination-button;
|
||||
}
|
||||
|
||||
.btn-prev,
|
||||
.btn-next {
|
||||
@include pagination-button;
|
||||
|
||||
.#{$namespace}-icon {
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user