mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
style: fix Table expand icon align issue (#36215)
This commit is contained in:
parent
f8a9cb3498
commit
326978e736
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user