better display of tables on mobile

This commit is contained in:
Gauthier Roebroeck 2025-07-24 17:52:13 +08:00
parent d6bfbb7a13
commit 722a67ab75
4 changed files with 8 additions and 2 deletions

View file

@ -4,6 +4,9 @@
:items="apiKeys"
:headers="headers"
:hide-default-footer="hideFooter"
fixed-header
fixed-footer
style="height: 100%"
mobile-breakpoint="md"
>
<template #top>

View file

@ -4,6 +4,9 @@
:items="users"
:headers="headers"
:hide-default-footer="hideFooter"
fixed-header
fixed-footer
style="height: 100%"
mobile-breakpoint="md"
>
<template #top>

View file

@ -1,7 +1,7 @@
<template>
<v-container
fluid
class="pa-0 pa-sm-4"
class="pa-0 pa-sm-4 h-100 h-sm-auto"
>
<EmptyStateNetworkError v-if="error" />

View file

@ -1,7 +1,7 @@
<template>
<v-container
fluid
class="pa-0 pa-sm-4"
class="pa-0 pa-sm-4 h-100 h-sm-auto"
>
<EmptyStateNetworkError v-if="error" />