fix
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<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 { useCampaignStore } from '@/stores/campaign.store';
|
||||
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 ProgressBar from 'primevue/progressbar';
|
||||
import { useToast } from 'primevue/usetoast';
|
||||
import { computed, onMounted, ref, watch } from 'vue';
|
||||
|
||||
interface MetricCard {
|
||||
key: string;
|
||||
@@ -869,10 +869,12 @@ onMounted(() => { void hydratePrediction(); });
|
||||
background: #F8FAFF !important;
|
||||
animation: cm-pulse 2s infinite;
|
||||
}
|
||||
</style> color: #00D48B;
|
||||
|
||||
.cm-skel-label {
|
||||
color: #00D48B;
|
||||
}
|
||||
|
||||
/* ─── Competitive ─── */
|
||||
/* â"€â"€â"€ Competitive â"€â"€â"€ */
|
||||
.cp-comp-row {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
||||
Reference in New Issue
Block a user