From 92eb247d118719f249b8be20fa0cec93298e06c4 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 31 Jan 2021 00:44:08 +0800 Subject: [PATCH] modify css class name --- src/Mobile.vue | 2 +- .../mobile/ListItemSelectionSheet.vue | 2 +- .../TwoColumnListItemSelectionSheet.vue | 2 +- src/views/mobile/Login.vue | 2 +- src/views/mobile/statistics/Transaction.vue | 4 ++-- src/views/mobile/transactions/List.vue | 22 +++++++++---------- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/Mobile.vue b/src/Mobile.vue index 1a5c52d2..75b59ee4 100644 --- a/src/Mobile.vue +++ b/src/Mobile.vue @@ -238,7 +238,7 @@ i.icon.la, i.icon.las, i.icon.lab { color: rgba(255, 255, 255, 0.2); } -.list .item-content .list-item-checked { +.list .item-content .list-item-checked-icon { font-size: 20px; color: var(--f7-radio-active-color, var(--f7-theme-color)); } diff --git a/src/components/mobile/ListItemSelectionSheet.vue b/src/components/mobile/ListItemSelectionSheet.vue index 76813e7f..8fe57efe 100644 --- a/src/components/mobile/ListItemSelectionSheet.vue +++ b/src/components/mobile/ListItemSelectionSheet.vue @@ -18,7 +18,7 @@ :icon="item[iconField] | icon(iconType)" :style="item[colorField] | iconStyle(iconType, 'var(--default-icon-color)')" v-if="iconField"> - + diff --git a/src/components/mobile/TwoColumnListItemSelectionSheet.vue b/src/components/mobile/TwoColumnListItemSelectionSheet.vue index b1f5c49c..6901bab9 100644 --- a/src/components/mobile/TwoColumnListItemSelectionSheet.vue +++ b/src/components/mobile/TwoColumnListItemSelectionSheet.vue @@ -43,7 +43,7 @@ :icon="subItem[secondaryIconField] | icon(secondaryIconType)" :style="subItem[secondaryColorField] | iconStyle(secondaryIconType, 'var(--default-icon-color)')" v-if="secondaryIconField"> - + diff --git a/src/views/mobile/Login.vue b/src/views/mobile/Login.vue index d72c037a..02d1936e 100644 --- a/src/views/mobile/Login.vue +++ b/src/views/mobile/Login.vue @@ -56,7 +56,7 @@ :title="lang.displayName" @click="changeLanguage(locale)" > - + diff --git a/src/views/mobile/statistics/Transaction.vue b/src/views/mobile/statistics/Transaction.vue index 73cc5ca7..6be6ee43 100644 --- a/src/views/mobile/statistics/Transaction.vue +++ b/src/views/mobile/statistics/Transaction.vue @@ -16,7 +16,7 @@ - + @@ -190,7 +190,7 @@ :key="dateRange.type" :title="dateRange.name | localized" @click="setDateFilter(dateRange.type)"> - +
{{ query.startTime | moment($t('format.datetime.long-without-second')) }} diff --git a/src/views/mobile/transactions/List.vue b/src/views/mobile/transactions/List.vue index dfeea367..5f3dd978 100644 --- a/src/views/mobile/transactions/List.vue +++ b/src/views/mobile/transactions/List.vue @@ -235,7 +235,7 @@ :key="dateRange.type" :title="dateRange.name | localized" @click="changeDateFilter(dateRange.type)"> - +
{{ query.minTime | moment($t('format.datetime.long-without-second')) }} @@ -258,19 +258,19 @@ @popover:opened="showTypePopover = true" @popover:closed="showTypePopover = false"> - + - + - + - + - + @@ -280,7 +280,7 @@ - + - + @@ -324,7 +324,7 @@ - +