|
|
@ -27,7 +27,7 @@ import { |
|
|
} from 'antd'; |
|
|
} from 'antd'; |
|
|
import classNames from 'classnames'; |
|
|
import classNames from 'classnames'; |
|
|
import type { FC } from 'react'; |
|
|
import type { FC } from 'react'; |
|
|
import React, { Fragment, useState } from 'react'; |
|
|
import React, { useState } from 'react'; |
|
|
import type { AdvancedProfileData } from './data.d'; |
|
|
import type { AdvancedProfileData } from './data.d'; |
|
|
import { queryAdvancedProfile } from './service'; |
|
|
import { queryAdvancedProfile } from './service'; |
|
|
import useStyles from './style.style'; |
|
|
import useStyles from './style.style'; |
|
|
@ -187,20 +187,17 @@ const Advanced: FC = () => { |
|
|
); |
|
|
); |
|
|
const desc1 = ( |
|
|
const desc1 = ( |
|
|
<div className={classNames(styles.stepDescription)}> |
|
|
<div className={classNames(styles.stepDescription)}> |
|
|
<Fragment> |
|
|
|
|
|
曲丽丽 |
|
|
曲丽丽 |
|
|
<DingdingOutlined |
|
|
<DingdingOutlined |
|
|
style={{ |
|
|
style={{ |
|
|
marginLeft: 8, |
|
|
marginLeft: 8, |
|
|
}} |
|
|
}} |
|
|
/> |
|
|
/> |
|
|
</Fragment> |
|
|
|
|
|
<div>2016-12-12 12:32</div> |
|
|
<div>2016-12-12 12:32</div> |
|
|
</div> |
|
|
</div> |
|
|
); |
|
|
); |
|
|
const desc2 = ( |
|
|
const desc2 = ( |
|
|
<div className={styles.stepDescription}> |
|
|
<div className={styles.stepDescription}> |
|
|
<Fragment> |
|
|
|
|
|
周毛毛 |
|
|
周毛毛 |
|
|
<DingdingOutlined |
|
|
<DingdingOutlined |
|
|
style={{ |
|
|
style={{ |
|
|
@ -208,7 +205,6 @@ const Advanced: FC = () => { |
|
|
marginLeft: 8, |
|
|
marginLeft: 8, |
|
|
}} |
|
|
}} |
|
|
/> |
|
|
/> |
|
|
</Fragment> |
|
|
|
|
|
<div> |
|
|
<div> |
|
|
<a href="">催一下</a> |
|
|
<a href="">催一下</a> |
|
|
</div> |
|
|
</div> |
|
|
|