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