You've already forked lubo_comment_query
翻页变更
This commit is contained in:
@ -52,7 +52,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
<div class="max-w xl:max-w-5xl lg:max-w-2xl md:max-w-lg mx-2 md:mx-auto">
|
<div class="max-w xl:max-w-5xl lg:max-w-2xl md:max-w-lg mx-2 md:mx-auto sticky bottom-0">
|
||||||
{{$video_list->links()}}
|
{{$video_list->links()}}
|
||||||
</div>
|
</div>
|
||||||
@include("common.footer")
|
@include("common.footer")
|
||||||
|
@ -36,7 +36,9 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<div class="max-w xl:max-w-5xl lg:max-w-2xl md:max-w-lg mx-2 md:mx-auto sticky bottom-0">
|
||||||
{{$danmakus->links()}}
|
{{$danmakus->links()}}
|
||||||
|
</div>
|
||||||
@include("common.footer")
|
@include("common.footer")
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
<div class="max-w xl:max-w-5xl lg:max-w-2xl md:max-w-lg mx-2 md:mx-auto">
|
<div class="max-w xl:max-w-5xl lg:max-w-2xl md:max-w-lg mx-2 md:mx-auto sticky bottom-0">
|
||||||
{{$comments->links()}}
|
{{$comments->links()}}
|
||||||
</div>
|
</div>
|
||||||
@include("common.footer")
|
@include("common.footer")
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="max-w xl:max-w-5xl lg:max-w-2xl md:max-w-lg mx-2 md:mx-auto">
|
<div class="max-w xl:max-w-5xl lg:max-w-2xl md:max-w-lg mx-2 md:mx-auto sticky bottom-0">
|
||||||
{{$programs->links()}}
|
{{$programs->links()}}
|
||||||
</div>
|
</div>
|
||||||
@include("common.footer")
|
@include("common.footer")
|
||||||
|
Reference in New Issue
Block a user