This commit is contained in:
parent
00f0bfa0a2
commit
99e858632d
|
|
@ -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 |
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue