1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

fixed tabs hiding on mobile in editors

This commit is contained in:
vabene1111
2025-03-02 07:48:04 +01:00
parent 06c40b6c80
commit 7c448a5362
5 changed files with 34 additions and 26 deletions

View File

@@ -10,10 +10,12 @@
:model-class="modelClass"
:object-name="editingObjName()">
<v-tabs v-model="tab" :disabled="loading" grow>
<v-tab value="book">{{ $t('Book') }}</v-tab>
<v-tab value="recipes" :disabled="!isUpdate()">{{ $t('Recipes') }}</v-tab>
</v-tabs>
<v-card-text class="pa-0">
<v-tabs v-model="tab" :disabled="loading" grow>
<v-tab value="book">{{ $t('Book') }}</v-tab>
<v-tab value="recipes" :disabled="!isUpdate()">{{ $t('Recipes') }}</v-tab>
</v-tabs>
</v-card-text>
<v-card-text>
<v-tabs-window v-model="tab">