Bläddra i källkod

fix(BasicForm): validate Form tip height (#3286). close #3281

bowen 1 år sedan
förälder
incheckning
100f3cf26c
1 ändrade filer med 6 tillägg och 6 borttagningar
  1. 6 6
      src/components/Form/src/BasicForm.vue

+ 6 - 6
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 {