偏右
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
7 additions and
16 deletions
-
components/table/style/index.less
-
components/table/style/rtl.less
|
|
@ -162,16 +162,18 @@ |
|
|
|
} |
|
|
|
|
|
|
|
&-pagination { |
|
|
|
display: flex; |
|
|
|
|
|
|
|
&-left { |
|
|
|
float: left; |
|
|
|
justify-content: start; |
|
|
|
} |
|
|
|
|
|
|
|
&-center { |
|
|
|
text-align: center; |
|
|
|
justify-content: center; |
|
|
|
} |
|
|
|
|
|
|
|
&-right { |
|
|
|
float: right; |
|
|
|
justify-content: end; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -53,26 +53,15 @@ |
|
|
|
|
|
|
|
// ========================== Pagination ========================== |
|
|
|
&-pagination { |
|
|
|
.@{table-wrapepr-cls}.@{table-wrapepr-rtl-cls} & { |
|
|
|
float: left; |
|
|
|
} |
|
|
|
|
|
|
|
&-left { |
|
|
|
.@{table-wrapepr-cls}.@{table-wrapepr-rtl-cls} & { |
|
|
|
float: left; |
|
|
|
justify-content: end; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&-right { |
|
|
|
.@{table-wrapepr-cls}.@{table-wrapepr-rtl-cls} & { |
|
|
|
float: right; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&-center { |
|
|
|
.@{table-wrapepr-cls}.@{table-wrapepr-rtl-cls} & { |
|
|
|
float: initial; |
|
|
|
text-align: center; |
|
|
|
justify-content: start; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|