提交 02a7c19a authored 作者: 钟是志's avatar 钟是志

解决学工里面的 一站式1.0的表单 DatePicker 组件getCalendarContainer属性不兼容的问题.

在 src/antd 里面对antd 组件进行了二次修改
上级 b1181c17
......@@ -3207,6 +3207,9 @@ export default class tableCom extends Component {
showTime={json.showTime != null ? json.showTime : true}
format={json.format ? json.format : 'YYYY-MM-DD HH:mm:ss'}
disabled={disabled}
getCalendarContainer={() => {
return document.body;
}}
/>,
);
}
......@@ -3233,6 +3236,9 @@ export default class tableCom extends Component {
<DatePicker
disabled={disabled}
showTime={json.showTime != null ? json.showTime : true}
getCalendarContainer={() => {
return document.body;
}}
onOpenChange={
get === 'mobile'
? () => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论