资源简介识别换行
This commit is contained in:
parent
3447501064
commit
d6de9519c9
|
@ -71,7 +71,7 @@ function SourceDetail(props){
|
||||||
{detail.auditStatus === '0' && <Badge color={temp === "zone" ? "#466aff" : "#089f7f"} text="待审核" className='pass'/> }
|
{detail.auditStatus === '0' && <Badge color={temp === "zone" ? "#466aff" : "#089f7f"} text="待审核" className='pass'/> }
|
||||||
{detail.auditStatus === '2' && <Badge color="#eb1212" text="未通过" className='failed'/> }
|
{detail.auditStatus === '2' && <Badge color="#eb1212" text="未通过" className='failed'/> }
|
||||||
</div>
|
</div>
|
||||||
<div className='pb20'>{detail.summary}</div>
|
<div className='pb20' dangerouslySetInnerHTML={{ __html: detail.summary }} ></div>
|
||||||
{
|
{
|
||||||
detail.fileList && detail.fileList.length > 0 &&
|
detail.fileList && detail.fileList.length > 0 &&
|
||||||
<ul className="files_box">
|
<ul className="files_box">
|
||||||
|
|
Loading…
Reference in New Issue