```
<Modal topTitle="top title" title="请修改visible属性显示对话框" />
```

```
<Modal topTitle="带顶部标题" image={false} message="隐藏图片"  footer={<button>自定义footer,背景颜色可以用footerClassName覆盖</button>}   />
```
