mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +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`
|
||||
.ant-card-body {
|
||||
padding: 0px !important;
|
||||
}
|
||||
> .ant-formily-item-label {
|
||||
display: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user