code refactor

This commit is contained in:
MaysWind
2020-12-05 00:18:40 +08:00
parent e4e06fef0c
commit 9ac9f16a04
7 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
<f7-card v-else-if="!loading">
<f7-card-content class="no-safe-areas" :padding="false">
<f7-list>
<f7-list form>
<f7-list-input
type="select"
:label="$t('Account Category')"
@@ -59,7 +59,7 @@
<f7-card v-else-if="!loading && account.type === $constants.account.allAccountTypes.SingleAccount.toString()">
<f7-card-content class="no-safe-areas" :padding="false">
<f7-list>
<f7-list form>
<f7-list-input
type="text"
clear-button
@@ -108,7 +108,7 @@
<f7-card v-else-if="!loading && account.type === $constants.account.allAccountTypes.MultiSubAccounts.toString()">
<f7-card-content class="no-safe-areas" :padding="false">
<f7-list>
<f7-list form>
<f7-list-input
type="text"
clear-button