style: fix rtl.less missing variable (#26201)

This commit is contained in:
xrkffgg 2020-08-14 13:35:30 +08:00 committed by GitHub
parent 5cc9742eec
commit c6763b35e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,7 @@
.@{ant-prefix}-col { .@{ant-prefix}-col {
&&-rtl { &&-rtl {
float: right; float: right;
width: 100%;
} }
} }

View File

@ -40,7 +40,7 @@
& > li:first-child { & > li:first-child {
.@{list-prefix-cls}-rtl & { .@{list-prefix-cls}-rtl & {
padding-right: 0; padding-right: 0;
padding-left: 8px; padding-left: @padding-xs;
} }
} }
@ -70,7 +70,7 @@
&:first-child { &:first-child {
.@{list-prefix-cls}-rtl & { .@{list-prefix-cls}-rtl & {
padding-right: 0; padding-right: 0;
padding-left: 16px; padding-left: @padding-md;
} }
} }
} }