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

This commit is contained in:
bowen 2023-11-15 09:00:50 +08:00 committed by GitHub
parent 2bbc2d2811
commit 100f3cf26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -328,13 +328,13 @@
margin: 0 6px 0 2px; margin: 0 6px 0 2px;
} }
&-with-help { // &-with-help {
margin-bottom: 0; // margin-bottom: 0;
} // }
&:not(.ant-form-item-with-help) { // &:not(.ant-form-item-with-help) {
margin-bottom: 20px; // margin-bottom: 20px;
} // }
&.suffix-item { &.suffix-item {
.ant-form-item-children { .ant-form-item-children {