This commit is contained in:
invalid w 2023-10-10 18:06:48 +08:00
commit c5a13dc92f
1 changed files with 10 additions and 0 deletions

View File

@ -84,12 +84,22 @@
component: 'DatePicker',
label: '字段3',
colProps: { span: 8 },
componentProps: {
getPopupContainer: () => {
return document.querySelector('.ant-form');
},
},
},
{
field: 'fieldTime',
component: 'RangePicker',
label: '时间字段',
colProps: { span: 8 },
componentProps: {
getPopupContainer: () => {
return document.querySelector('.ant-form');
},
},
},
{
field: 'field4',