Browse Source

align validating icon with input suffix icon

pull/11322/head
HeskeyBaozi 6 years ago
parent
commit
c3816d2859
  1. 9
      components/form/style/index.less

9
components/form/style/index.less

@ -420,6 +420,15 @@ form {
font-size: @form-feedback-icon-size; font-size: @form-feedback-icon-size;
animation: zoomIn .3s @ease-out-back; animation: zoomIn .3s @ease-out-back;
z-index: 1; z-index: 1;
& svg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
} }
} }

Loading…
Cancel
Save