update Input
update Input
This commit is contained in:
parent
c3a9f3895b
commit
20766f2870
3 changed files with 12 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue