modify style

This commit is contained in:
MaysWind
2023-07-21 00:47:13 +08:00
parent 8f7095ce19
commit 35b8d8ca25
@@ -55,7 +55,7 @@
class="cursor-pointer" class="cursor-pointer"
@click="setDateFilter(dateRange.type)"> @click="setDateFilter(dateRange.type)">
{{ $t(dateRange.name) }} {{ $t(dateRange.name) }}
<div class="text-body-2" v-if="dateRange.type === allDateRanges.Custom.type && query.dateType === allDateRanges.Custom.type && query.startTime && query.endTime"> <div class="statistics-custom-datetime-range" v-if="dateRange.type === allDateRanges.Custom.type && query.dateType === allDateRanges.Custom.type && query.startTime && query.endTime">
<small> <small>
<span>{{ queryStartTime }}</span> <span>{{ queryStartTime }}</span>
<span>&nbsp;-&nbsp;</span> <span>&nbsp;-&nbsp;</span>
@@ -542,6 +542,11 @@ export default {
white-space: nowrap; white-space: nowrap;
} }
.statistics-custom-datetime-range {
font-size: 0.7rem;
color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity)) !important;
}
.statistics-overview-title { .statistics-overview-title {
line-height: 2rem !important; line-height: 2rem !important;
height: 46px; height: 46px;