code refactor

This commit is contained in:
MaysWind
2021-02-06 15:31:11 +08:00
parent 9374c419dd
commit a2ac3653b2
8 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<f7-card v-for="categoryInfo in allCategories" :key="categoryInfo.type">
<f7-card-header>
<small :style="{ opacity: 0.6 }">
<small class="card-header-content">
<span>{{ categoryInfo.type | categoryTypeName($constants.category.allCategoryTypes) | localized }}</span>
</small>
</f7-card-header>