fix: Table less lint (#22374)

This commit is contained in:
xrkffgg 2020-03-19 10:06:56 +08:00 committed by GitHub
parent cfd05d72ec
commit e0942ace80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -430,8 +430,8 @@
.operation-unit();
position: relative;
display: inline-flex;
box-sizing: border-box;
float: left;
box-sizing: border-box;
width: ceil(@font-size-sm * 1.4);
height: ceil(@font-size-sm * 1.4);
@ -498,8 +498,8 @@
}
.@{table-prefix-cls}-row-indent + & {
margin-right: @padding-xs;
margin-top: (@font-size-base * @line-height-base - ceil(@font-size-sm * 1.4)) / 2;
margin-right: @padding-xs;
.@{table-wrapepr-rtl-cls} & {
margin-right: 0;