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

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

上级 4270fc7e
......@@ -165,7 +165,7 @@
display: flex;
&-left {
justify-content: start;
justify-content: flex-start;
}
&-center {
......@@ -173,7 +173,7 @@
}
&-right {
justify-content: end;
justify-content: flex-end;
}
}
......
......@@ -55,13 +55,13 @@
&-pagination {
&-left {
.@{table-wrapepr-cls}.@{table-wrapepr-rtl-cls} & {
justify-content: end;
justify-content: flex-end;
}
}
&-right {
.@{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.
先完成此消息的编辑!
想要评论请 注册