fix: Table selection position (#28173)

This commit is contained in:
二货机器人 2020-12-03 17:52:47 +08:00 committed by GitHub
parent ecafeb78e3
commit af56eb0a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;