mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-29 18:58:26 +08:00
fix: unable to set minimum width for subtable labels in horizontal mode (#5719)
This commit is contained in:
parent
818c509d58
commit
27aa5238fc
@ -65,6 +65,11 @@ const FormComponent: React.FC<FormProps> = (props) => {
|
||||
margin-right: -${token.marginLG}px;
|
||||
padding-left: ${token.marginLG}px;
|
||||
padding-right: ${token.marginLG}px;
|
||||
.ant-formily-item-layout-horizontal {
|
||||
.ant-formily-item-control {
|
||||
max-width: calc(100% - ${labelWidth}px);
|
||||
}
|
||||
}
|
||||
}
|
||||
`}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user