dev_video
caicai8 5 years ago
parent 2b57369c7b
commit 23bd9f10d4

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

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

Loading…
Cancel
Save