提交 3625286a authored 作者: 钟是志's avatar 钟是志

表单中的 弹窗组件修改.

上级 2a524a43
......@@ -7,6 +7,11 @@ export default class FormModal extends React.Component {
// console.log(this.props);
return (
<Modal
bodyStyle={{
maxHeight: '80vh',
overflowY: 'auto',
}}
{...this.props}
destroyOnClose
title={this.props.title}
maskClosable={false}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论