This commit is contained in:
Vladimir Voronin
2024-11-06 19:16:37 +03:00
parent 9d546f6069
commit b7cccecaec

View File

@@ -6,10 +6,10 @@
<ToolBar class=" fixed visible lg:invisible bottom-0 z-10"/>
<!-- Контентная часть заполняет оставшееся пространство -->
<div class="flex-grow gap-4 ">
<div class="flex flex-col flex-grow gap-4 ">
<!-- {{ tg_id }}-->
<Button label="Sub" :class="checkNotif ? 'flex' : '!hidden'" @click="checkSubscribe"/>
<router-view/>
<router-view class="pt-2"/>
<div class="bg-gray-100 h-12 block lg:hidden"></div>
</div>