Fix InputNumber overlap in fixed columns table

close #11408

ref #6289
This commit is contained in:
afc163 2018-07-23 15:07:40 +08:00
parent 0337b69893
commit 101fdc7241
2 changed files with 7 additions and 3 deletions

View File

@ -236,8 +236,13 @@ form {
margin-left: 0;
}
.@{ant-prefix}-input-number + .@{form-prefix-cls}-text {
margin-left: 8px;
.@{ant-prefix}-input-number {
+ .@{form-prefix-cls}-text {
margin-left: 8px;
}
&-handler-wrap {
z-index: 2; // https://github.com/ant-design/ant-design/issues/6289
}
}
.@{ant-prefix}-select,

View File

@ -109,7 +109,6 @@
opacity: 0;
border-radius: 0 @border-radius-base @border-radius-base 0;
transition: opacity 0.24s linear 0.1s;
z-index: 2; // https://github.com/ant-design/ant-design/issues/6289
}
&-handler-wrap:hover &-handler {