modify style
This commit is contained in:
@@ -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> - </span>
|
<span> - </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;
|
||||||
|
|||||||
Reference in New Issue
Block a user