mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: subform components not aligning with main form when label is hidden
This commit is contained in:
parent
2345ea62da
commit
ae653838bb
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user