Refonte inventaire et objets #236

Merged
kazhnuz merged 27 commits from inventaire into master 2023-02-18 19:06:28 +01:00
Showing only changes of commit 9e8349bb7a - Show all commits

View file

@ -95,7 +95,17 @@ function goTo(page: number) {
</tr>
</tbody>
</table>
<div class="d-flex f-end">
<div class="d-flex f-between">
<div>
<span>Lignes par page </span>
<select class="btn-small btn-outline" v-model="table.pageLenght">
<option>5</option>
<option>10</option>
<option>15</option>
<option>25</option>
<option>50</option>
</select>
</div>
<PageList
:current-page="currentPage + 1"
:page-nbr="getTotalPage + 1"
@ -119,7 +129,8 @@ table:not(:last-child) {
font-weight: 600;
}
input {
input,
.btn-outline {
border: 1px solid rgba(0, 0, 0, 0.2);
margin-bottom: 0.5rem;
margin-left: 0;