From fe8985afecd77360b8627f6fbea1736c3fcb94b5 Mon Sep 17 00:00:00 2001 From: letsgocoding <sdxt_0802@163.com> Date: 星期五, 14 二月 2025 22:42:53 +0800 Subject: [PATCH] !79 !78 全系统按钮列表等优化 Merge pull request !79 from letsgocoding/develop1.0 --- zhitan-vue/src/views/comprehensive/comps/LineChart.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zhitan-vue/src/views/comprehensive/comps/LineChart.vue b/zhitan-vue/src/views/comprehensive/comps/LineChart.vue index 891d8e5..75914f3 100644 --- a/zhitan-vue/src/views/comprehensive/comps/LineChart.vue +++ b/zhitan-vue/src/views/comprehensive/comps/LineChart.vue @@ -49,7 +49,7 @@ color: "#2979ff", }, }, - color: ["#2979ff", "#19be6b", "#ff9900", "#fa3534"], + color: ["#40c2ff", "#2979ff", "#ff9900", "#fa3534"], tooltip: { trigger: "axis", axisPointer: { @@ -65,7 +65,7 @@ }, }, grid: { - top: "40", + top: "60", left: "50", right: "40", bottom: "20", -- Gitblit v1.9.3