资源简介识别换行

This commit is contained in:
黄心宇 2024-11-08 09:03:47 +08:00
parent 3447501064
commit d6de9519c9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function SourceDetail(props){
{detail.auditStatus === '0' && <Badge color={temp === "zone" ? "#466aff" : "#089f7f"} text="待审核" className='pass'/> }
{detail.auditStatus === '2' && <Badge color="#eb1212" text="未通过" className='failed'/> }
</div>
<div className='pb20'>{detail.summary}</div>
<div className='pb20' dangerouslySetInnerHTML={{ __html: detail.summary }} ></div>
{
detail.fileList && detail.fileList.length > 0 &&
<ul className="files_box">