🐛 Fix List pagniation options text align (#20038)

close #20037
This commit is contained in:
偏右 2019-12-02 16:12:32 +08:00 committed by GitHub
parent 400ca638b3
commit be06f53e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,11 @@
&-pagination {
margin-top: 24px;
text-align: right;
// https://github.com/ant-design/ant-design/issues/20037
.@{ant-prefix}-pagination-options {
text-align: left;
}
}
&-more {