This commit is contained in:
2019-11-05 20:39:32 +00:00
parent 36ef3b2a41
commit c394fd35ba
13 changed files with 27 additions and 28 deletions

View File

@@ -16,7 +16,7 @@
<div>
<v-row align-center justify-left row wrap>
<template v-for="item in this.$store.state.formCustomTemplate[formKey]">
<v-col v-if="item.type" :key="item.fld" xs12 sm6 lg4 xl3 px-2>
<v-col v-if="item.type" :key="item.fld" cols="12" sm6 lg4 xl3 px-2>
<div v-if="item.type === 'currency'">
CURRENCY CONTROL HERE
</div>

View File

@@ -1,5 +1,5 @@
<template>
<v-col xs12 md4>
<v-col cols="12" md4>
<v-card class="elevation-5 transparent">
<v-card-text class="text-center">
<v-icon x-large color="secondary">fa-heart</v-icon>

View File

@@ -1,5 +1,5 @@
<template>
<v-col xs12 md4>
<v-col cols="12" md4>
<v-card class="elevation-5 transparent">
<v-card-text class="text-center">
<v-icon x-large color="secondary">fa-cannabis</v-icon>

View File

@@ -1,5 +1,5 @@
<template>
<v-col xs12 md4>
<v-col cols="12">
<v-card class="elevation-5 transparent">
<v-card-text class="text-center">
<v-icon x-large color="secondary">fa-crow</v-icon>

View File

@@ -1,5 +1,5 @@
<template>
<v-col xs12 md4>
<v-col cols="12">
<v-card class="elevation-5 transparent">
<v-card-text class="text-center">
<v-icon x-large color="secondary">fa-heart </v-icon>

View File

@@ -1,6 +1,6 @@
<template>
<v-row column wrap class="my-12" align-center v-if="this.formState.ready">
<v-col xs12 mt-1 mb-2 v-if="formState.errorBoxMessage">
<v-row align-center v-if="this.formState.ready">
<v-col cols="12" mt-1 mb-2 v-if="formState.errorBoxMessage">
<v-alert
ref="errorbox"
v-show="formState.errorBoxMessage"
@@ -13,7 +13,7 @@
>{{ formState.errorBoxMessage }}</v-alert
>
</v-col>
<v-col xs12 md12>
<v-col cols="12">
<div v-if="this.formState.ready">
<v-toolbar flat>
<v-toolbar-title>

View File

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