update
This commit is contained in:
@@ -1,6 +1,41 @@
|
|||||||
@extends('base.layout')
|
@extends('base.layout')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<style>
|
||||||
|
.glassreport-pagination {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.glassreport-pagination nav {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.glassreport-pagination .pagination {
|
||||||
|
display: inline-flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 6px;
|
||||||
|
margin: 0;
|
||||||
|
padding-left: 0;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.glassreport-pagination .page-item {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.glassreport-pagination .page-link,
|
||||||
|
.glassreport-pagination span[aria-current="page"] span,
|
||||||
|
.glassreport-pagination span[aria-disabled="true"] span {
|
||||||
|
display: inline-block;
|
||||||
|
width: auto;
|
||||||
|
min-width: 38px;
|
||||||
|
padding: 6px 12px;
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 1.4;
|
||||||
|
text-align: center;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -44,7 +79,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
@if(method_exists($orderbydate, 'links'))
|
@if(method_exists($orderbydate, 'links'))
|
||||||
<div class="mt-3">
|
<div class="mt-3 glassreport-pagination">
|
||||||
{{ $orderbydate->links() }}
|
{{ $orderbydate->links() }}
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user