Commit c776a636 by zhanghaozhe

可关闭弹框通用组件

parent ab39c9c8
......@@ -34,17 +34,4 @@ class ClosablePopup extends Component {
}
}
/*
function ClosablePopup({title}) {
return (
<div className={'closable-popup-mask'}>
<div className="popup-container">
<div className="title">{title}</div>
</div>
</div>
)
}
*/
export default ClosablePopup
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment