fix: subform components not aligning with main form when label is hidden

This commit is contained in:
katherinehhh 2025-03-05 10:30:28 +08:00
parent 2345ea62da
commit ae653838bb

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;
} }