类型:开发
描述:
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user