fix color height
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<router-view />
|
<div class="bg-blue-grey">
|
||||||
|
<router-view />
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user