修改竞赛配置

This commit is contained in:
何童崇 2022-07-11 14:00:53 +08:00
parent c897acce4b
commit d47c0bb55a
2 changed files with 12 additions and 0 deletions

View File

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

View File

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