|
|
|
@ -97,6 +97,19 @@ export default class TPMFork_listComponent extends Component {
|
|
|
|
|
<span className="fl font-16">Fork实训列表</span>
|
|
|
|
|
<a href={"/shixuns/"+shixunsID+"/challenges"} className="font-16 color-grey-9 fr">返回</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.taglistleft{
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 10px;
|
|
|
|
|
bottom: 118px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
{/*<Loading visible={Forkvisible} shape="dot-circle" style={{width:'100%'}}color='#4AC7FF'>*/}
|
|
|
|
|
<Spin spinning={Forkvisible} size="large" style={{marginTop:'15%'}}>
|
|
|
|
|
<div className="mt30 square-list clearfix mh320">
|
|
|
|
@ -105,7 +118,7 @@ export default class TPMFork_listComponent extends Component {
|
|
|
|
|
return(
|
|
|
|
|
<div className="square-Item" key={key} id={item.id}>
|
|
|
|
|
|
|
|
|
|
<div className="tag-green">
|
|
|
|
|
<div className="tag-green taglistleft">
|
|
|
|
|
<span className="tag-name"> {item.tag_name}</span>
|
|
|
|
|
{/*<img src={require(`./shixunCss/tag2.png`)}/>*/}
|
|
|
|
|
</div>
|
|
|
|
|