v3.7.2 版本代码合并

This commit is contained in:
JEECG
2024-12-09 15:10:46 +08:00
parent 64b29f47e0
commit b0c4194602
118 changed files with 12729 additions and 1596 deletions

View File

@ -4,7 +4,7 @@
<BasicForm @register="register" />
</CollapseContainer>
<CollapseContainer title="超过3行自动收起折叠时保留2行" class="mt-4">
<CollapseContainer title="超过5列自动收起折叠时保留2行" class="mt-4">
<BasicForm @register="register1" />
</CollapseContainer>
</PageWrapper>
@ -175,11 +175,12 @@
labelWidth: 120,
schemas: [...getSchamas(), ...getAppendSchemas(), { field: '', component: 'Divider', label: '更多字段' }, ...extraSchemas],
actionColOptions: {
span: 24,
span: 8,
},
compact: true,
showAdvancedButton: true,
alwaysShowLines: 2,
autoAdvancedCol: 2,
alwaysShowLines: 1,
});
return {
register,