tg app fix

This commit is contained in:
xds
2025-10-28 09:43:25 +03:00
parent 3beaa8adf0
commit ad3fd31b0b

View File

@@ -107,7 +107,7 @@ onBeforeUnmount(() => {
<Toolbar /> <Toolbar />
</div> </div>
<div class="flex flex-col w-full h-full items-end px-4 gap-4 pb-14"> <div class="flex flex-col w-full h-full items-end px-4 gap-4 pb-6">
<router-view class="w-full" /> <router-view class="w-full" />
</div> </div>