import React from 'react'; import { Col, Row } from 'antd'; import { Link } from 'umi'; import Styles from './style.less'; export default React.forwardRef((props, ref) => { const { data = {}, onClose } = props; return (