mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
style(theme-chalk): [Pagination] Fix pagination style (#10692)
style(theme-chalk): pagination style closed #10563
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
|
||||
white-space: nowrap;
|
||||
color: getCssVar('pagination-text-color');
|
||||
font-size: getCssVar('pagination-font-size');
|
||||
font-weight: normal;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -130,8 +131,11 @@
|
||||
color: getCssVar('text-color', 'placeholder');
|
||||
}
|
||||
|
||||
@include e(goto) {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
@include e(editor) {
|
||||
margin-left: 8px;
|
||||
text-align: center;
|
||||
box-sizing: border-box;
|
||||
|
||||
@@ -145,6 +149,10 @@
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include e(classifier) {
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
@include e(rightwrapper) {
|
||||
|
||||
Reference in New Issue
Block a user