|
|
@ -87,7 +87,7 @@ class CommonWorkQuestion extends Component{
|
|
|
|
|
|
|
|
|
|
|
|
{/* 内容区 */}
|
|
|
|
{/* 内容区 */}
|
|
|
|
<div className="padding40 memoContent new_li">
|
|
|
|
<div className="padding40 memoContent new_li">
|
|
|
|
<MarkdownToHtml content={description}></MarkdownToHtml>
|
|
|
|
<MarkdownToHtml content={description} selector="work_content"></MarkdownToHtml>
|
|
|
|
|
|
|
|
|
|
|
|
{ attachments && attachments.map((item) => {
|
|
|
|
{ attachments && attachments.map((item) => {
|
|
|
|
return ( <div className="color-grey">
|
|
|
|
return ( <div className="color-grey">
|
|
|
|