tg app fix sizes
This commit is contained in:
@@ -95,11 +95,11 @@ onBeforeUnmount(() => {
|
||||
<template>
|
||||
<!-- {{platform}}-->
|
||||
<!-- {{['ios', 'android'].includes(platform) }}-->
|
||||
<div class="flex flex-col tg " :class="['ios', 'android'].includes(platform) ? '!pt-10' : '!pt-1'">
|
||||
<div class="flex flex-col tg " :class="['ios', 'android'].includes(platform) ? '!pt-10' : ''">
|
||||
<SpaceList v-if="isSpaceSelected" @space-selected="spaceSelected" />
|
||||
|
||||
<div v-else class="flex flex-col w-full gap-4">
|
||||
<div class="w-full flex flex-row items-end justify-end pt-4 pe-4">
|
||||
<div class="w-full flex flex-row items-end justify-end pt-1 pe-4">
|
||||
<Toolbar />
|
||||
</div>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ const mode = computed(() => {
|
||||
const recurrentCategory = ref<Category>({})
|
||||
const recurrentName = ref<string>()
|
||||
const recurrentAmount = ref<number>(0)
|
||||
const recurrentDate = ref<number>(Math.floor(Math.random() * 31) + 1)
|
||||
const recurrentDate = ref<number>(Math.floor(Math.random() * 31) )
|
||||
|
||||
|
||||
const fetchData = async () => {
|
||||
|
||||
Reference in New Issue
Block a user