import React from 'react' import MarkDown from 'react-markdown' import styles from '@/pages/Hr/Notification/index.less' const MessageDrawer = props => { const { item: { title, createTime, content } } = props return (