mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
parent
0337b69893
commit
101fdc7241
@ -236,8 +236,13 @@ form {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{ant-prefix}-input-number + .@{form-prefix-cls}-text {
|
.@{ant-prefix}-input-number {
|
||||||
margin-left: 8px;
|
+ .@{form-prefix-cls}-text {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
&-handler-wrap {
|
||||||
|
z-index: 2; // https://github.com/ant-design/ant-design/issues/6289
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.@{ant-prefix}-select,
|
.@{ant-prefix}-select,
|
||||||
|
@ -109,7 +109,6 @@
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
border-radius: 0 @border-radius-base @border-radius-base 0;
|
border-radius: 0 @border-radius-base @border-radius-base 0;
|
||||||
transition: opacity 0.24s linear 0.1s;
|
transition: opacity 0.24s linear 0.1s;
|
||||||
z-index: 2; // https://github.com/ant-design/ant-design/issues/6289
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-handler-wrap:hover &-handler {
|
&-handler-wrap:hover &-handler {
|
||||||
|
Loading…
Reference in New Issue
Block a user