mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-07 20:58:11 +00:00
fix(demo): useForm中DatePicker,RangePicker 日期控件位置不对
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user