mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(theme-chalk): [pagination] fix spacing when sizes is at the end (#7339)
This commit is contained in:
@@ -276,6 +276,12 @@
|
||||
min-width: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
@include e(sizes) {
|
||||
@include when(last) {
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user