import { UnityAction } from '@/utils/utils'; import { CloseOutlined } from '@ant-design/icons'; import styles from './index.less'; export default (props) => { const { children, style, closeable = true, tabs = false } = props; const handleClose = () => { UnityAction.sendMsg('closePage'); }; return (