mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix: Table selection position (#28173)
This commit is contained in:
parent
ecafeb78e3
commit
af56eb0a15
@ -373,12 +373,18 @@
|
||||
}
|
||||
|
||||
&-selection {
|
||||
display: flex;
|
||||
position: relative;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
|
||||
&-extra {
|
||||
margin-inline-start: @margin-xss;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s;
|
||||
margin-inline-start: 100%;
|
||||
padding-inline-start: @padding-xss;
|
||||
|
||||
.@{iconfont-css-prefix} {
|
||||
color: @table-header-icon-color;
|
||||
|
Loading…
Reference in New Issue
Block a user