This commit is contained in:
duanliang
2025-04-30 14:54:55 +08:00

View File

@@ -24,7 +24,7 @@
<div class="flex justify-center">
<div class="top flex justify-evenly">
<count-item label="今日舆情总数" :count="total" suffix="条" color="#ffffff" />
<count-item label="今日正面舆情" :count="unsensitive" suffix="条" color="#ffffff" />
<count-item label="今日非敏感舆情" :count="unsensitive" suffix="条" color="#ffffff" />
<count-item label="今日负面舆情" :count="sensitive" suffix="条" color="#ffffff" />
</div>
</div>
@@ -124,11 +124,11 @@
timer = setInterval(()=>{
getState()
},2000)
getLineChart()
})
onUnmounted(() => {
if (timer) clearInterval(timer)
})
</script>
@@ -226,7 +226,7 @@
&-primary {
@extend .status;
background: #2380fb;
}
}
.content {