Fully respect screen size on huge

This commit is contained in:
2020-04-09 22:31:10 +00:00
parent 23dda8e79b
commit 20cb6a5cf4
12 changed files with 12 additions and 12 deletions

View File

@@ -26,7 +26,7 @@
</v-list-item> </v-list-item>
</template> --> </template> -->
<template slot="no-data" v-if="tagSearchEntry"> <template slot="no-data" v-if="tagSearchEntry">
<v-container> <v-container fluid>
<v-row row> <v-row row>
<v-row justify-center> <v-row justify-center>
<v-chip color="primary" text-color="white" class="display-1"> <v-chip color="primary" text-color="white" class="display-1">

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<v-row> <v-row>
<v-col cols="12"> <v-col cols="12">
<v-img :src="require('../assets/underconstruction.svg')"></v-img> <v-img :src="require('../assets/underconstruction.svg')"></v-img>

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<v-row v-if="formState.ready"> <v-row v-if="formState.ready">
<v-col> <v-col>
<v-form ref="form"> <v-form ref="form">

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<v-row v-if="formState.ready"> <v-row v-if="formState.ready">
<v-col> <v-col>
<v-form ref="form"> <v-form ref="form">

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<!-- <div> <!-- <div>
READY: {{ formState.ready }} READY: {{ formState.ready }}
<br /> <br />

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<v-row v-if="formState.ready"> <v-row v-if="formState.ready">
<v-col> <v-col>
<v-form ref="form"> <v-form ref="form">

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<v-row v-if="formState.ready"> <v-row v-if="formState.ready">
<v-col> <v-col>
<v-form ref="form"> <v-form ref="form">

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<v-row v-if="formState.ready"> <v-row v-if="formState.ready">
<v-col> <v-col>
<v-form ref="form"> <v-form ref="form">

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<v-row align="center" justify="center" class="mx-auto mt-sm-12 mb-8"> <v-row align="center" justify="center" class="mx-auto mt-sm-12 mb-8">
<v-col cols="12" offset-md="4"> <v-col cols="12" offset-md="4">
<form> <form>

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<v-row justify-center> <v-row justify-center>
<v-col cols="12"> <v-col cols="12">
<div class="text-center"> <div class="text-center">

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<v-row v-if="formState.ready"> <v-row v-if="formState.ready">
<v-col> <v-col>
<v-form ref="form"> <v-form ref="form">

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-container> <v-container fluid>
<gz-report-selector ref="reportSelector"></gz-report-selector> <gz-report-selector ref="reportSelector"></gz-report-selector>
<v-row v-if="formState.ready"> <v-row v-if="formState.ready">
<v-col> <v-col>