small fixes

This commit is contained in:
Alireza Ahmadi
2024-06-30 22:32:19 +02:00
parent 7d441723ba
commit f169064fbc
5 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
<v-row>
<v-col cols="12">{{ $t('rule.ruleset') }}</v-col>
<v-col cols="12" sm="4" md="3" lg="2" v-for="(item, index) in <any[]>rulesets" :key="item.tag">
<v-card rounded="xl" elevation="5" min-width="200" :title="index">
<v-card rounded="xl" elevation="5" min-width="200" :title="index+1">
<v-card-subtitle style="margin-top: -20px;">
<v-row>
<v-col>{{ $t('ruleset.' + item.type) }}</v-col>
@@ -86,7 +86,7 @@
<v-row>
<v-col cols="12">{{ $t('pages.rules') }}</v-col>
<v-col cols="12" sm="4" md="3" lg="2" v-for="(item, index) in <any[]>rules">
<v-card rounded="xl" elevation="5" min-width="200" :title="index">
<v-card rounded="xl" elevation="5" min-width="200" :title="index+1">
<v-card-subtitle style="margin-top: -20px;">
<v-row>
<v-col>{{ item.type != undefined ? $t('rule.logical') + ' (' + item.mode + ')' : $t('rule.simple') }}</v-col>