style: fix Table expand icon align issue (#36215)

This commit is contained in:
afc163 2022-06-24 12:04:28 +08:00 committed by GitHub
parent f8a9cb3498
commit 326978e736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -493,7 +493,6 @@
.operation-unit();
position: relative;
display: inline-flex;
float: left;
box-sizing: border-box;
width: @expand-icon-size;
height: @expand-icon-size;
@ -501,6 +500,7 @@
color: inherit;
line-height: ceil(((@font-size-sm * 1.4 - @border-width-base * 3) / 2)) * 2 + @border-width-base *
3;
vertical-align: -3px;
background: @table-expand-icon-bg;
border: @border-width-base @border-style-base @table-border-color;
border-radius: @border-radius-base;