fix: Table row expand icon show error in ipad (#22334)

* update table-row-expand-icon style

* change code position
This commit is contained in:
BugHiding 2020-03-18 13:09:03 +08:00 committed by GitHub
parent 09a2567eb1
commit 38c72f279e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -432,6 +432,7 @@
width: ceil(@font-size-sm * 1.4);
height: ceil(@font-size-sm * 1.4);
padding: 0;
color: inherit;
line-height: @font-size-sm;
vertical-align: floor((@font-size-base - ceil(@font-size-sm * 1.4)) / 2);