fix color height

This commit is contained in:
2025-02-10 08:14:19 +01:00
parent be1364cf0e
commit 870f7eb992
6 changed files with 9 additions and 15 deletions

View File

@@ -1,5 +1,7 @@
<template> <template>
<div class="bg-blue-grey">
<router-view /> <router-view />
</div>
</template> </template>
<script setup> <script setup>

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="fullscreen bg-blue text-white text-center q-pa-md flex flex-center"> <div class="fullscreen text-white text-center q-pa-md flex flex-center">
<div> <div>
<div style="font-size: 30vh"> <div style="font-size: 30vh">
404 404
@@ -9,15 +9,7 @@
Oops. Nothing here... Oops. Nothing here...
</div> </div>
<q-btn <q-btn class="q-mt-xl" color="white" text-color="blue" unelevated to="/" label="Go Home" no-caps />
class="q-mt-xl"
color="white"
text-color="blue"
unelevated
to="/"
label="Go Home"
no-caps
/>
</div> </div>
</div> </div>
</template> </template>

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="bg-blue-grey window-height window-width row justify-center items-center"> <div class="full-height window-width row justify-center items-center">
<q-infinite-scroll @load="onLoad" :offset="250"> <q-infinite-scroll @load="onLoad" :offset="250">
<div v-for="(lista, index) in arraylistas" :key="index" class="caption"> <div v-for="(lista, index) in arraylistas" :key="index" class="caption">
<div class="q-pa-md row items-start q-gutter-md"> <div class="q-pa-md row items-start q-gutter-md">

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="bg-light-green window-height window-width row justify-center items-center"> <div class="window-height window-width row justify-center items-center">
<div class="column"> <div class="column">
<div class="row"> <div class="row">
</div> </div>

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="bg-light-green window-height window-width row justify-center items-center"> <div class="window-height window-width row justify-center items-center">
<div class="column"> <div class="column">
<div class="row"></div> <div class="row"></div>
<div v-if="token"> <div v-if="token">

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="bg-light-green window-height window-width row justify-center items-center"> <div class="window-height window-width row justify-center items-center">
<div class="column"> <div class="column">
<div class="row"></div> <div class="row"></div>
<h3 v-if="token"> <h3 v-if="token">