优化 监控中心 前端样式

This commit is contained in:
fks-yangshouda
2024-08-23 16:47:16 +08:00
parent 6362c00860
commit 68015eb31e
5 changed files with 70 additions and 12 deletions

View File

@@ -57,7 +57,7 @@
let chartInstance: echarts.ECharts | null = null;
let haveData = ref(true);
let haveData = ref(false);
const draw = () => {
data.value = pageData.graphGraphList;
if (data.value && data.value.length > 0) {