This commit is contained in:
2021-04-30 23:54:22 +00:00
parent b712865274
commit 59a581956f
12 changed files with 45 additions and 15 deletions

View File

@@ -28,7 +28,7 @@
<v-dialog v-model="moveDialog" persistent max-width="600px">
<v-card>
<v-card-title>
<span class="headline">{{ $ay.t("MoveSelected") }}</span>
<span class="text-h5">{{ $ay.t("MoveSelected") }}</span>
</v-card-title>
<v-card-text>
<v-select

View File

@@ -6,7 +6,7 @@
<v-dialog v-model="replaceDialog" persistent max-width="600px">
<v-card>
<v-card-title>
<span class="headline">{{ $ay.t("FindAndReplace") }}</span>
<span class="text-h5">{{ $ay.t("FindAndReplace") }}</span>
</v-card-title>
<v-card-text>
<v-text-field

View File

@@ -4,7 +4,7 @@
<v-dialog v-model="seedDialog" persistent max-width="600px">
<v-card>
<v-card-title>
<span class="headline mb-2">{{
<span class="text-h5 mb-2">{{
$ay.t("GenerateSampleData")
}}</span>
</v-card-title>

View File

@@ -10,7 +10,7 @@
data-cy="dashSelector"
>
<v-card elevation="24">
<v-card-title class="headline lighten-2" primary-title>
<v-card-title class="text-h5 lighten-2" primary-title>
<span> {{ $ay.t("Add") }} </span>
</v-card-title>

View File

@@ -4,7 +4,7 @@
<v-dialog v-model="tfaDialog" persistent max-width="600px">
<v-card>
<v-card-title>
<span class="headline">{{ authTwoFactor }}</span>
<span class="text-h5">{{ authTwoFactor }}</span>
</v-card-title>
<v-card-text>
<v-text-field

View File

@@ -3,7 +3,7 @@
<v-col cols="12">
<div class="text-center">
<v-icon color="red" size="100">$ayiDragon</v-icon>
<div class="headline mt-8">
<div class="text-h5 mt-8">
{{ msg }}
</div>
</div>

View File

@@ -4,7 +4,7 @@
<v-dialog v-model="testDialog" persistent max-width="600px">
<v-card>
<v-card-title>
<span class="headline">{{ $ay.t("TestSMTPSettings") }}</span>
<span class="text-h5">{{ $ay.t("TestSMTPSettings") }}</span>
</v-card-title>
<v-card-text>
<v-text-field

View File

@@ -207,7 +207,7 @@
<v-dialog v-model="woSelectorDialog" persistent max-width="300px">
<v-card>
<v-card-title>
<span class="headline">{{
<span class="text-h5">{{
$ay.t("CustomerServiceRequestAcceptToExisting")
}}</span>
</v-card-title>