mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
fix(table-pagination): make pagination.position work (#26678)
This commit is contained in:
parent
4270fc7e12
commit
5507641331
@ -165,7 +165,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
&-left {
|
&-left {
|
||||||
justify-content: start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-center {
|
&-center {
|
||||||
@ -173,7 +173,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-right {
|
&-right {
|
||||||
justify-content: end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,13 +55,13 @@
|
|||||||
&-pagination {
|
&-pagination {
|
||||||
&-left {
|
&-left {
|
||||||
.@{table-wrapepr-cls}.@{table-wrapepr-rtl-cls} & {
|
.@{table-wrapepr-cls}.@{table-wrapepr-rtl-cls} & {
|
||||||
justify-content: end;
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-right {
|
&-right {
|
||||||
.@{table-wrapepr-cls}.@{table-wrapepr-rtl-cls} & {
|
.@{table-wrapepr-cls}.@{table-wrapepr-rtl-cls} & {
|
||||||
justify-content: start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user