|
@@ -1,9 +1,9 @@
|
|
|
import React from 'react'
|
|
import React from 'react'
|
|
|
import MarkDown from 'react-markdown'
|
|
import MarkDown from 'react-markdown'
|
|
|
import styles from '@/pages/Hr/Notification/index.less'
|
|
import styles from '@/pages/Hr/Notification/index.less'
|
|
|
-import 'vditor/src/assets/scss/index.scss'
|
|
|
|
|
import { Tag, Typography } from 'antd'
|
|
import { Tag, Typography } from 'antd'
|
|
|
import { useIntl } from 'umi'
|
|
import { useIntl } from 'umi'
|
|
|
|
|
+import 'vditor/src/assets/scss/index.scss'
|
|
|
|
|
|
|
|
const MessageDrawer = props => {
|
|
const MessageDrawer = props => {
|
|
|
const {
|
|
const {
|