dev_oauth
杨树明 6 years ago
parent b10df6f65e
commit 7199a086d7

@ -301,7 +301,11 @@ class ShixunsHome extends Component {
.taglistleft{
position: absolute;
left: 10px;
bottom: 125px;
bottom: 118px;
}
.square-Item:nth-child(4n+0) {
margin-right: 25px;
}
`
}

@ -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>

Loading…
Cancel
Save