style: fixed pages without back button being cut; build: v1.1.2

This commit is contained in:
Roberto Tonino
2020-10-13 22:32:06 +02:00
parent 700fe7223d
commit 97764b8335
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
<router-view
v-if="!$route.meta.notKeepAlive"
v-show="!loading"
class="-mt-16"
:class="{ '-mt-16': showBackButton }"
:key="$route.fullPath"
:perform-scrolled-search="performScrolledSearch"
></router-view>
@@ -22,7 +22,7 @@
<router-view
v-if="$route.meta.notKeepAlive"
v-show="!loading"
class="-mt-16"
:class="{ '-mt-16': showBackButton }"
:key="$route.fullPath"
:perform-scrolled-search="performScrolledSearch"
></router-view>