fix color height
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<div class="bg-blue-grey">
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<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 style="font-size: 30vh">
|
||||
404
|
||||
@@ -9,15 +9,7 @@
|
||||
Oops. Nothing here...
|
||||
</div>
|
||||
|
||||
<q-btn
|
||||
class="q-mt-xl"
|
||||
color="white"
|
||||
text-color="blue"
|
||||
unelevated
|
||||
to="/"
|
||||
label="Go Home"
|
||||
no-caps
|
||||
/>
|
||||
<q-btn class="q-mt-xl" color="white" text-color="blue" unelevated to="/" label="Go Home" no-caps />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<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">
|
||||
<div v-for="(lista, index) in arraylistas" :key="index" class="caption">
|
||||
<div class="q-pa-md row items-start q-gutter-md">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<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="row">
|
||||
</div>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<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="row"></div>
|
||||
<div v-if="token">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<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="row"></div>
|
||||
<h3 v-if="token">
|
||||
|
||||
Reference in New Issue
Block a user