diff --git a/style/components/form.less b/style/components/form.less index 0c7adfc14efcd1bd709c6f5a3d0ca60934ef8307..ce0c7c73cac648b6e3f42c9b99c386fca5ef0ae2 100644 --- a/style/components/form.less +++ b/style/components/form.less @@ -242,6 +242,12 @@ form { .@{css-prefix}form-item { display: inline-block; margin-right: 10px; + margin-bottom: 0; + + &-with-help { + margin-bottom: 24px; + } + > div { display: inline-block; }