forked from Gitlink/forgeplus-react
change icon
This commit is contained in:
parent
0a2423e648
commit
36a438a54c
|
@ -14,7 +14,7 @@ class CoderRootCommit extends Component{
|
|||
branch:"master",
|
||||
data:undefined,
|
||||
dataCount:undefined,
|
||||
limit:50,
|
||||
limit:20,
|
||||
page:1,
|
||||
isSpin:false
|
||||
}
|
||||
|
|
|
@ -363,14 +363,15 @@ class Detail extends Component {
|
|||
</Tooltip> : ""
|
||||
}
|
||||
{
|
||||
projectDetail && checkLogin && projectDetail.type && projectDetail.type !== 0 ?
|
||||
projectDetail && projectDetail.type && projectDetail.type !== 0 ?
|
||||
projectDetail.type === 2 ?
|
||||
<Tooltip title="该项目是一个镜像" className="ml5">
|
||||
<i className="iconfont icon-banbenku font-18" style={{ color: "#8D90E3" }}/>
|
||||
<Tooltip title={"镜像自: " + projectDetail.mirror_url} className="ml5" placement={'bottom'}>
|
||||
<i className="iconfont icon-banbenku font-18 mt6" style={{ color: "#8D90E3" }}/>
|
||||
</Tooltip>:
|
||||
<span className="ml5">
|
||||
<i className="iconfont icon-jingxiang font-18 color-green" />
|
||||
</span>:""
|
||||
<Tooltip title={"镜像自: " + projectDetail.mirror_url} className="ml5" placement={'bottom'}>
|
||||
<i className="iconfont icon-jingxiang font-18 color-green mt6" />
|
||||
</Tooltip>
|
||||
:""
|
||||
}
|
||||
</span>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue