fix
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { computed, onMounted, ref, watch } from 'vue';
|
|
||||||
import { format } from 'date-fns';
|
|
||||||
import { ru } from 'date-fns/locale';
|
|
||||||
import { useToast } from 'primevue/usetoast';
|
|
||||||
import { formatMetricValue } from '@/composables/useCampaignMetrics';
|
import { formatMetricValue } from '@/composables/useCampaignMetrics';
|
||||||
import { useCampaignStore } from '@/stores/campaign.store';
|
import { useCampaignStore } from '@/stores/campaign.store';
|
||||||
import type { PredictedMetricMap, TopRecommendation } from '@/types/campaign.types';
|
import type { PredictedMetricMap, TopRecommendation } from '@/types/campaign.types';
|
||||||
|
import { format } from 'date-fns';
|
||||||
|
import { ru } from 'date-fns/locale';
|
||||||
import Chart from 'primevue/chart';
|
import Chart from 'primevue/chart';
|
||||||
import ProgressBar from 'primevue/progressbar';
|
import ProgressBar from 'primevue/progressbar';
|
||||||
|
import { useToast } from 'primevue/usetoast';
|
||||||
|
import { computed, onMounted, ref, watch } from 'vue';
|
||||||
|
|
||||||
interface MetricCard {
|
interface MetricCard {
|
||||||
key: string;
|
key: string;
|
||||||
@@ -869,10 +869,12 @@ onMounted(() => { void hydratePrediction(); });
|
|||||||
background: #F8FAFF !important;
|
background: #F8FAFF !important;
|
||||||
animation: cm-pulse 2s infinite;
|
animation: cm-pulse 2s infinite;
|
||||||
}
|
}
|
||||||
</style> color: #00D48B;
|
|
||||||
|
.cm-skel-label {
|
||||||
|
color: #00D48B;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ─── Competitive ─── */
|
/* â"€â"€â"€ Competitive â"€â"€â"€ */
|
||||||
.cp-comp-row {
|
.cp-comp-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|||||||
Reference in New Issue
Block a user