forked from Gitlink/forgeplus-react
修改竞赛配置
This commit is contained in:
parent
c897acce4b
commit
d47c0bb55a
|
@ -62,6 +62,11 @@ ul,ol,dl{
|
|||
color: #666;
|
||||
display: inline-block;
|
||||
}
|
||||
.ProjectListIndex{
|
||||
.ant-affix{
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 1200px){
|
||||
.main{
|
||||
width:100%;
|
||||
|
|
|
@ -76,6 +76,13 @@ export default Form.create()(({ form, match, history, current_user, showNotifica
|
|||
}
|
||||
}).catch((error) => {
|
||||
})
|
||||
}else{
|
||||
setTimeout(() => {
|
||||
setContentMd(true);
|
||||
}, 200);
|
||||
setTimeout(() => {
|
||||
setGuideMd(true);
|
||||
}, 300);
|
||||
}
|
||||
}, [id])
|
||||
|
||||
|
|
Loading…
Reference in New Issue