update Input

update Input
This commit is contained in:
梁灏 2017-01-06 12:00:26 +08:00
parent c3a9f3895b
commit 20766f2870
3 changed files with 12 additions and 1 deletions

View file

@ -19,6 +19,9 @@
right: 0;
z-index: 1;
}
&-icon-validate{
display: none;
}
&-icon + &{
padding-right: 32px;
@ -55,4 +58,11 @@
.@{input-prefix-cls}-group{
.input-group-error;
}
}
.@{form-item-prefix-cls}-validating{
.@{input-prefix-cls}{
&-icon-validate{
display: inline-block;
}
}
}