You've already forked lubo_comment_query
翻页变更
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
@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()}}
|
||||
</div>
|
||||
@include("common.footer")
|
||||
|
@ -36,7 +36,9 @@
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
{{$danmakus->links()}}
|
||||
<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()}}
|
||||
</div>
|
||||
@include("common.footer")
|
||||
</body>
|
||||
</html>
|
||||
|
@ -37,7 +37,7 @@
|
||||
</div>
|
||||
</div>
|
||||
@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()}}
|
||||
</div>
|
||||
@include("common.footer")
|
||||
|
@ -88,7 +88,7 @@
|
||||
@endforeach
|
||||
</tbody>
|
||||
</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()}}
|
||||
</div>
|
||||
@include("common.footer")
|
||||
|
Reference in New Issue
Block a user