This commit is contained in:
2021-04-30 23:57:48 +00:00
parent 59a581956f
commit 7fa6dba6c3
3 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
:error-messages="errorMessages" :error-messages="errorMessages"
> >
<template slot="no-data" v-if="offerAdd()"> <template slot="no-data" v-if="offerAdd()">
<v-chip color="primary" text-color="white" class="display-1"> <v-chip color="primary" text-color="white" class="text-h4">
{{ this.normalizeTag(tagSearchEntry) }}</v-chip {{ this.normalizeTag(tagSearchEntry) }}</v-chip
> >
<v-btn large icon @click="addTag()"> <v-btn large icon @click="addTag()">

View File

@@ -42,7 +42,7 @@
<!-- KEY MUST BE UNIQUE INSIDE v-for OR LIST ITEM GOES SNAKEY --> <!-- KEY MUST BE UNIQUE INSIDE v-for OR LIST ITEM GOES SNAKEY -->
<v-subheader :key="'s' + item.index" v-if="item.subheader" <v-subheader :key="'s' + item.index" v-if="item.subheader"
><v-icon large class="mr-2">{{ item.icon }}</v-icon ><v-icon large class="mr-2">{{ item.icon }}</v-icon
><span class="title">{{ ><span class="text-h6">{{
item.subheader item.subheader
}}</span></v-subheader }}</span></v-subheader
> >

View File

@@ -5,7 +5,7 @@
<v-row> <v-row>
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error> <gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
<v-col cols="12"> <v-col cols="12">
<span class="title">{{ $ay.t("BackupSettings") }}</span> <span class="text-h6">{{ $ay.t("BackupSettings") }}</span>
</v-col> </v-col>
<v-col cols="12" sm="6" lg="4" xl="3"> <v-col cols="12" sm="6" lg="4" xl="3">
@@ -57,7 +57,7 @@
<v-row> <v-row>
<v-col cols="12" class="mt-6"> <v-col cols="12" class="mt-6">
<v-col cols="12"> <v-col cols="12">
<span class="title">{{ $ay.t("BackupFiles") }}</span> <span class="text-h6">{{ $ay.t("BackupFiles") }}</span>
<v-btn @click="getBackupStatus" class="mb-6"> <v-btn @click="getBackupStatus" class="mb-6">
<v-icon>$ayiSync</v-icon> <v-icon>$ayiSync</v-icon>
</v-btn> </v-btn>