Merge branch 'dev_video' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_video

dev_video
杨树明 5 years ago
commit aefea96208

@ -82,7 +82,7 @@ class VideoIndex extends Component{
axios.get(fetchUrl, {
params: {
page,
per_page: PAGE_SIZE,
limit: PAGE_SIZE,
}
})
.then((response) => {

@ -12,11 +12,14 @@
margin-right: 30px;
}
.videoContent > div:nth-child(3n+0){
margin-right: 0px;
margin-right: 0px!important;
}
.videoContent > div.videoItem:nth-child(4n+0){
margin-right: 30px;
}
.videoItem:nth-child(4n+0) {
margin-right: 30px;
}
.videoContent > div .cover{
border-radius: 12px 12px 0px 0px;
height: 158px;

Loading…
Cancel
Save