From 100f3cf26c2b124bf94f3bb4913dd3d6d15aed3e Mon Sep 17 00:00:00 2001 From: bowen <54492610+jiaowoxiaobala@users.noreply.github.com> Date: Wed, 15 Nov 2023 09:00:50 +0800 Subject: [PATCH] fix(BasicForm): validate Form tip height (#3286). close #3281 --- src/components/Form/src/BasicForm.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Form/src/BasicForm.vue b/src/components/Form/src/BasicForm.vue index c65aae1c5..1bc7935ae 100644 --- a/src/components/Form/src/BasicForm.vue +++ b/src/components/Form/src/BasicForm.vue @@ -328,13 +328,13 @@ margin: 0 6px 0 2px; } - &-with-help { - margin-bottom: 0; - } + // &-with-help { + // margin-bottom: 0; + // } - &:not(.ant-form-item-with-help) { - margin-bottom: 20px; - } + // &:not(.ant-form-item-with-help) { + // margin-bottom: 20px; + // } &.suffix-item { .ant-form-item-children {