This commit is contained in:
谢思 2022-08-24 11:12:56 +08:00
parent 00f0bfa0a2
commit 99e858632d
3 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ function FifthEdition() {
const url =`/topics.json`;
Axios.get(url,{params:{
topic_type:"cooperator",
limit:20,
limit:30,
group_size:5
}}).then(result=>{
if(result){

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

After

Width:  |  Height:  |  Size: 282 KiB

View File

@ -542,7 +542,7 @@ body{
}
.maContent{
height: 400px;
width: 763px;
width: 723px;
background:url('./Img/2-4-1.png') no-repeat;
background-size:100% 100%;
margin:26px 0px;