fix: subform components not aligning with main form when label is hidden (#6357)

This commit is contained in:
Katherine 2025-03-05 11:48:15 +08:00 committed by GitHub
parent 2345ea62da
commit 4dc22e06a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,6 +40,9 @@ const formItemWrapCss = css`
`; `;
const formItemLabelCss = css` const formItemLabelCss = css`
.ant-card-body {
padding: 0px !important;
}
> .ant-formily-item-label { > .ant-formily-item-label {
display: none; display: none;
} }