未验证 提交 55076413 编写于 作者: D Dave 提交者: GitHub

fix(table-pagination): make pagination.position work (#26678)

上级 4270fc7e
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
display: flex; display: flex;
&-left { &-left {
justify-content: start; justify-content: flex-start;
} }
&-center { &-center {
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
} }
&-right { &-right {
justify-content: end; justify-content: flex-end;
} }
} }
......
...@@ -55,13 +55,13 @@ ...@@ -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;
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册