fix: Table nested style in rtl (#25156)

This commit is contained in:
xrkffgg 2020-06-22 19:48:54 +08:00 committed by GitHub
parent af20068287
commit cd01eb03ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,8 @@
&-tbody {
> tr {
// ========================= Nest Table ===========================
.@{table-prefix-cls} {
&.@{table-prefix-cls}-rtl {
.@{table-prefix-cls}-wrapper:only-child {
.@{table-prefix-cls}-rtl {
margin: -@table-padding-vertical (@table-padding-horizontal + ceil(@font-size-sm * 1.4)) -@table-padding-vertical -@table-padding-horizontal;
}
}