issue:11588

This commit is contained in:
helinfeng 2025-06-24 16:27:16 +08:00
parent 60f460bace
commit 690f3e58ca
1 changed files with 3 additions and 3 deletions

View File

@ -255,10 +255,10 @@ class IndexItem extends Component {
<i className="iconfont icon-fork mr3 font-16" style={{ color: "#1B8FFF" }} />fork {item.forked_count}
</span> : null
}
{filter == "manage" && <span>
{filter == "manage" && <div style={{ lineHeight: "normal" }}>
{item.audit_statu == 1 && <div className='rounded-14px px-10px py-2px' style={{ color: "#1CAC70", border: "1px solid #1CAC70", background: "rgba(60,218,152,0.14)" }}>公开审核中</div>}
{item.audit_statu == 1 && <div className='rounded-14px px-10px py-2px' style={{ color: "#EA7C1F", border: "1px solid #EA7C1F", background: "rgba(255,146,54,0.14)" }}>驳回审核中</div>}
</span>}
{item.audit_statu == 3 && <div className='rounded-14px px-10px py-2px' style={{ color: "#EA7C1F", border: "1px solid #EA7C1F", background: "rgba(255,146,54,0.14)" }}>驳回审核中</div>}
</div>}
</span>
</AlignCenter>
</div>